File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
4646 issues : write # for preactjs/compressed-size-action to create comments
4747 steps :
4848 - name : " ⤵️ Check out code from GitHub"
49- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
49+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050 with :
5151 fetch-depth : 0
5252 - name : " 📦 Setup pnpm"
5353 uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
5454 - name : " ⎔ Setup node"
55- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
55+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
5656 with :
5757 node-version : " 20"
5858 cache : " pnpm"
@@ -74,13 +74,13 @@ jobs:
7474 contents : read
7575 steps :
7676 - name : " ⤵️ Check out code from GitHub"
77- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
77+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878 with :
7979 fetch-depth : 0
8080 - name : " 📦 Setup pnpm"
8181 uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
8282 - name : " ⎔ Setup node"
83- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
83+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
8484 with :
8585 node-version : " 20"
8686 cache : " pnpm"
Original file line number Diff line number Diff line change 5757 # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858 steps :
5959 - name : Checkout repository
60- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
60+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6161
6262 # Add any setup steps before running the `github/codeql-action/init` action.
6363 # This includes steps like installing compilers or runtimes (`actions/setup-node`
6767
6868 # Initializes the CodeQL tools for scanning.
6969 - name : Initialize CodeQL
70- uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
70+ uses : github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
7171 with :
7272 languages : ${{ matrix.language }}
7373 build-mode : ${{ matrix.build-mode }}
9696 exit 1
9797
9898 - name : Perform CodeQL Analysis
99- uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
99+ uses : github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
100100 with :
101101 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 2525 cancel-in-progress : true
2626 steps :
2727 - name : " ⤵️ Check out code from GitHub"
28- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with :
3030 fetch-depth : 0
3131 - name : " 🚀 Crowdin Download"
Original file line number Diff line number Diff line change 3030 cancel-in-progress : true
3131 steps :
3232 - name : " ⤵️ Check out code from GitHub"
33- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
33+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434 with :
3535 fetch-depth : 0
3636 - name : " 🚀 Crowdin Upload"
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Check out repository
32- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
32+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
3434 - name : Set up pnpm
3535 uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
3636
3737 - name : Set up Node
38- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
38+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
3939 with :
4040 node-version : " 20"
4141 cache : pnpm
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 if : github.ref == 'refs/heads/main'
2626 steps :
2727 - name : " ⤵️ Check out code from GitHub"
28- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with :
3030 fetch-depth : 0
3131 - name : " 📦 Setup pnpm"
3232 uses : pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
3333 - name : " ⎔ Setup node"
34- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
34+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
3535 with :
3636 node-version : " 20"
3737 cache : " pnpm"
Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
2828 environment : R2
2929 steps :
3030 - name : " ⤵️ Check out code from GitHub"
31- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
31+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232 with :
3333 fetch-depth : 2
3434 - name : " ⎔ Setup Node.js"
35- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
35+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4 .0
3636 with :
3737 node-version : " 20"
3838 - name : " 📦 Install wrangler"
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with :
3030 fetch-depth : 0
3131
3232 - name : Setup dependencies
3333 uses : ./.trunk/setup-ci
3434
3535 - name : Trunk Check
36- uses : trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
36+ uses : trunk-io/trunk-action@04ba50e7658c81db7356da96657e6e77f220bfa3 # v1.3.1
3737 with :
3838 cache : false
3939 # Run full link audit on schedule/dispatch, otherwise run standard incremental checks
You can’t perform that action at this time.
0 commit comments