Skip to content

Commit 5c57d6a

Browse files
chore(deps): bump the actions group with 5 updates
Bumps the actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` | | [actions/cache](https://github.com/actions/cache) | `4.3.0` | `5.0.5` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.32.6` | `4.36.1` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.6.2` | `7.0.1` | | [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` | Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) Updates `actions/cache` from 4.3.0 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...27d5ce7) Updates `github/codeql-action` from 4.32.6 to 4.36.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.32.6...87557b9) Updates `actions/upload-artifact` from 4.6.2 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...043fb46) Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.36.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 64ef20a commit 5c57d6a

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/agda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 30
3434
steps:
3535
- name: Checkout
36-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3737

3838
# Fast static gate (no Agda): enforce the EchoKernel funext-free
3939
# certificate and that every Echo*.agda is classified in
@@ -119,7 +119,7 @@ jobs:
119119
# source change or absolute-zero bump; restore-keys give a warm
120120
# partial cache even when it does.
121121
- name: Cache Agda interface files
122-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
122+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
123123
with:
124124
path: |
125125
~/agda-stdlib/**/*.agdai
@@ -157,7 +157,7 @@ jobs:
157157
timeout-minutes: 30
158158
steps:
159159
- name: Checkout
160-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
160+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
161161

162162
- name: Install Agda
163163
run: |

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242

4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
45+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4646

4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3
48+
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v3
4949
with:
5050
languages: ${{ matrix.language }}
5151
build-mode: ${{ matrix.build-mode }}
5252

5353
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3
54+
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v3
5555
with:
5656
category: "/language:${{ matrix.language }}"

.github/workflows/hypatia-scan.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout repository
52-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
52+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5353
with:
5454
fetch-depth: 0 # Full history for better pattern analysis
5555

@@ -108,7 +108,7 @@ jobs:
108108
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
109109
110110
- name: Upload findings artifact
111-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
111+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
112112
with:
113113
name: hypatia-findings
114114
path: hypatia-findings.json
@@ -244,7 +244,7 @@ jobs:
244244
always() &&
245245
(github.event_name != 'pull_request' ||
246246
github.event.pull_request.head.repo.fork != true)
247-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
247+
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v3.28.1
248248
with:
249249
sarif_file: hypatia.sarif
250250
# Distinct category so Hypatia results coexist with CodeQL's
@@ -384,7 +384,7 @@ jobs:
384384
# the pull-requests: write permission above: a token/API hiccup or
385385
# a fork PR (read-only token) skips the comment, not the check.
386386
continue-on-error: true
387-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
387+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
388388
with:
389389
script: |
390390
const fs = require('fs');

0 commit comments

Comments
 (0)