There was an error while loading. Please reload this page.
1 parent c53f049 commit 4c22778Copy full SHA for 4c22778
2 files changed
.github/workflows/luacheck.yml
@@ -16,12 +16,12 @@ on:
16
branches:
17
- master
18
19
+permissions: read-all
20
+
21
jobs:
22
23
luacheck:
- runs-on: ubuntu-22.04
- permissions:
24
- contents: read
+ runs-on: ubuntu-24.04
25
steps:
26
- name: Checkout
27
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
.github/workflows/unix_build.yml
@@ -15,11 +15,11 @@ on:
15
test:
strategy:
fail-fast: false
0 commit comments