Skip to content

Commit d01a825

Browse files
Merge branch 'main' into dependabot/cargo/which-8.0.2
2 parents aeb2da5 + d203ddb commit d01a825

86 files changed

Lines changed: 2766 additions & 280 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/agda-meta-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434

3535
- name: Setup Haskell
3636
uses: haskell-actions/setup@cd0d9bdd65b20557f41bea4dbe43d0b5fbbfe553 # v2
@@ -39,7 +39,7 @@ jobs:
3939
cabal-version: '3.10'
4040

4141
- name: Cache Agda
42-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
42+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4343
with:
4444
path: |
4545
~/.cabal

.github/workflows/boj-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
- name: Trigger BoJ Server (Casket/ssg-mcp)
2121
run: |
2222
# Send a secure trigger to boj-server to build this repository

.github/workflows/cargo-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434

3535
- name: Detect Cargo.lock
3636
id: detect

.github/workflows/chapel-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
timeout 30 ./chapel_test --verbose=true || true
6161
6262
- name: Upload Chapel library artifact
63-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
63+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
6464
with:
6565
name: chapel-lib
6666
path: src/chapel/libechidna_chapel*
@@ -84,7 +84,7 @@ jobs:
8484
run: cd src/zig_ffi && zig build test
8585

8686
- name: Upload FFI library artifact
87-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
87+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
8888
with:
8989
name: chapel-ffi-lib
9090
path: src/zig_ffi/zig-out/lib/
@@ -103,10 +103,10 @@ jobs:
103103
toolchain: stable
104104

105105
- name: Rust cache
106-
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
106+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
107107

108108
- name: Download FFI library
109-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
109+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
110110
with:
111111
name: chapel-ffi-lib
112112
path: src/zig_ffi/zig-out/lib/
@@ -148,10 +148,10 @@ jobs:
148148
toolchain: stable
149149

150150
- name: Rust cache
151-
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
151+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
152152

153153
- name: Download real Chapel library
154-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
154+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v4
155155
with:
156156
name: chapel-lib
157157
path: src/chapel/

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3
41+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3
4242
with:
4343
languages: ${{ matrix.language }}
4444
build-mode: ${{ matrix.build-mode }}
4545

4646
- name: Perform CodeQL Analysis
47-
uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3
47+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3
4848
with:
4949
category: "/language:${{ matrix.language }}"

.github/workflows/dogfood-gate.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
34+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535

3636
- name: Check for A2ML files
3737
id: detect
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Checkout repository
78-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
78+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7979

8080
- name: Check for K9 files
8181
id: detect
@@ -124,7 +124,7 @@ jobs:
124124

125125
steps:
126126
- name: Checkout repository
127-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
127+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
128128

129129
- name: Scan for invisible characters
130130
id: lint
@@ -188,7 +188,7 @@ jobs:
188188

189189
steps:
190190
- name: Checkout repository
191-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
191+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
192192

193193
- name: Check for Groove manifest
194194
id: groove
@@ -246,7 +246,7 @@ jobs:
246246

247247
steps:
248248
- name: Checkout repository
249-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
249+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
250250

251251
- name: Check and validate eclexiaiser manifest
252252
id: eclex
@@ -317,7 +317,7 @@ jobs:
317317

318318
steps:
319319
- name: Checkout repository
320-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
320+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
321321

322322
- name: Generate dogfooding scorecard
323323
run: |

.github/workflows/formal-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
toolchain: stable
5555

5656
- name: Cache Rust build artefacts
57-
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
57+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2
5858
with:
5959
workspaces: ". -> target"
6060

.github/workflows/generator-generic-ossf-slsa3-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
digests: ${{ steps.hash.outputs.digests }}
2828

2929
steps:
30-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131

3232
# ========================================================
3333
#
@@ -64,7 +64,7 @@ jobs:
6464
actions: read # To read the workflow path.
6565
id-token: write # To sign the provenance.
6666
contents: write # To add assets to a release.
67-
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@68bad40844440577b33778c9f29077a3388838e9 # v1.4.0
67+
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@f7dd8c54c2067bafc12ca7a55595d5ee9b75204a # v2.1.0
6868
with:
6969
base64-subjects: "${{ needs.build.outputs.digests }}"
7070
upload-assets: true # Optional: Upload to a new release

.github/workflows/ghcr-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
33+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
3434

3535
- name: Install nerdctl and containerd
3636
run: |

.github/workflows/hypatia-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
106106
107107
- name: Upload findings artifact
108-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
109109
with:
110110
name: hypatia-findings
111111
path: hypatia-findings.json
@@ -241,7 +241,7 @@ jobs:
241241
always() &&
242242
(github.event_name != 'pull_request' ||
243243
github.event.pull_request.head.repo.fork != true)
244-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
244+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v3.28.1
245245
with:
246246
sarif_file: hypatia.sarif
247247
# Distinct category so Hypatia results coexist with CodeQL's
@@ -381,7 +381,7 @@ jobs:
381381
# the pull-requests: write permission above: a token/API hiccup or
382382
# a fork PR (read-only token) skips the comment, not the check.
383383
continue-on-error: true
384-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
384+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
385385
with:
386386
script: |
387387
const fs = require('fs');

0 commit comments

Comments
 (0)