Merge remote-tracking branch 'origin/master'

This commit is contained in:
Jai A
2024-08-17 13:28:20 -07:00
3 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ on:
pull_request: pull_request:
jobs: jobs:
docker: docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout

View File

@@ -7,6 +7,7 @@ on:
jobs: jobs:
run-docker: run-docker:
if: github.repository_owner == 'modrinth'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

View File

@@ -2863,7 +2863,8 @@
{ {
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing", "_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
"match": [ "match": [
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1" "org.lwjgl:lwjgl-glfw-natives-linux:3.3.1",
"org.lwjgl:lwjgl-glfw:3.3.1:natives-linux"
], ],
"override": { "override": {
"downloads": { "downloads": {
@@ -2876,4 +2877,4 @@
"name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1" "name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1"
} }
} }
] ]