Skip to content

Commit 1d5e2f0

Browse files
dependabot[bot]hyperpolymath
authored andcommitted
chore(deps): bump the actions group with 3 updates
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `actions/checkout` from 4.1.7 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...de0fac2) Updates `actions/cache` from 4.2.3 to 5.0.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...6682284) Updates `ossf/scorecard-action` from 2.4.0 to 2.4.3 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@v2.4.0...4eaacf0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: ossf/scorecard-action dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a608cf4 commit 1d5e2f0

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/boj-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313
- name: Trigger BoJ Server (Casket/ssg-mcp)
1414
run: |
1515
# Send a secure trigger to boj-server to build this repository

.github/workflows/casket-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cabal-version: '3.10'
3636

3737
- name: Cache Cabal
38-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4
38+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
3939
with:
4040
path: |
4141
~/.cabal/packages

.github/workflows/compilation_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@ jobs:
5151
toolchain: ${{ matrix.rust }}
5252

5353
- name: Cache cargo registry
54-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
54+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
5555
with:
5656
path: ~/.cargo/registry
5757
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
5858

5959
- name: Cache cargo index
60-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
60+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
6161
with:
6262
path: ~/.cargo/git
6363
key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
6464

6565
- name: Cache cargo build
66-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
66+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
6767
with:
6868
path: impl/rust-cli/target
6969
key: ${{ runner.os }}-cargo-build-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}

.github/workflows/lean-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
toolchain: stable
4646

4747
- name: Cache Lean build
48-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
48+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
4949
with:
5050
path: proofs/lean4/.lake
5151
key: ${{ runner.os }}-lean-${{ hashFiles('proofs/lean4/lakefile.lean', 'proofs/lean4/lean-toolchain') }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Run Scorecard
24-
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
24+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2525
with:
2626
results_file: results.sarif
2727
results_format: sarif

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
components: rustfmt, clippy
2525

2626
- name: Cache Rust dependencies
27-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
27+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4
2828
with:
2929
path: |
3030
~/.cargo/bin/

0 commit comments

Comments
 (0)