Skip to content

Commit 6b27f06

Browse files
build(deps): bump the actions group with 3 updates (#1635)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4334ac8 commit 6b27f06

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- run: pip install coverage[toml]
133133

134134
- name: download coverage data
135-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
135+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
136136
with:
137137
path: all-artifacts/
138138

.github/workflows/cross-os.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Sign
5151
run: python -m sigstore --staging sign --identity-token $(cat oidc-token.txt) test/assets/a.txt
5252
- name: upload signature bundle
53-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
53+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
5454
with:
5555
name: ${{ matrix.os }}-bundle
5656
path: test/assets/a.txt.sigstore.json
@@ -76,7 +76,7 @@ jobs:
7676
cache: "pip"
7777
cache-dependency-path: pyproject.toml
7878
- run: pip install .
79-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
79+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
8080
with:
8181
name: ${{ matrix.signed-with-os }}-bundle
8282
- name: Verify

.github/workflows/cross-version-verify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python -m sigstore --staging sign --bundle artifact-rekor2.sigstore.json --identity-token $(cat oidc-token.txt) --rekor-version=2 artifact
4646
python -m sigstore --staging sign --bundle artifact-rekor1.sigstore.json --identity-token $(cat oidc-token.txt) --rekor-version=1 artifact
4747
- name: upload signature bundle
48-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
48+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4949
with:
5050
name: bundle
5151
path: artifact*.sigstore.json
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
python-version: "3.x"
6666
- run: pip install sigstore==${{ matrix.version }}
67-
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
67+
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
6868
with:
6969
name: bundle
7070
- run: touch artifact

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
done
7474
7575
- name: Upload built packages
76-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
76+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7777
with:
7878
name: built-packages
7979
path: ./dist/
8080
if-no-files-found: warn
8181

8282
- name: Upload smoketest-artifacts
83-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
83+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
8484
with:
8585
name: smoketest-artifacts
8686
path: smoketest-artifacts/
@@ -94,7 +94,7 @@ jobs:
9494
attestations: write # To persist the attestation files.
9595
steps:
9696
- name: Download artifacts directories # goes to current working directory
97-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
97+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
9898
- name: Generate build provenance
9999
uses: actions/attest-build-provenance@v3
100100
with:
@@ -108,7 +108,7 @@ jobs:
108108
id-token: write
109109
steps:
110110
- name: Download artifacts directories # goes to current working directory
111-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
111+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
112112

113113
- name: publish
114114
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
@@ -123,7 +123,7 @@ jobs:
123123
contents: write
124124
steps:
125125
- name: Download artifacts directories # goes to current working directory
126-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
126+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
127127

128128
- name: Upload artifacts to github
129129
# Confusingly, this action also supports updating releases, not

.github/workflows/scorecards-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444

4545
# Upload the results as artifacts (optional).
4646
- name: "Upload artifact"
47-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
47+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
4848
with:
4949
name: SARIF file
5050
path: results.sarif
5151
retention-days: 5
5252

5353
# Upload the results to GitHub's code scanning dashboard.
5454
- name: "Upload to code-scanning"
55-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
55+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
5656
with:
5757
sarif_file: results.sarif

0 commit comments

Comments
 (0)