Skip to content

Commit 219e270

Browse files
authored
Merge pull request #1118 from secure-systems-lab/dependabot/github_actions/action-dependencies-078d3be901
build(deps): bump the action-dependencies group across 1 directory with 3 updates
2 parents f38791c + 55f4c91 commit 219e270

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: python3 -m build --sdist --wheel --outdir dist/ .
3737

3838
- name: Store build artifacts
39-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
39+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4040
# NOTE: The GitHub release page contains the release artifacts too, but using
4141
# GitHub upload/download actions seems robuster: there is no need to compute
4242
# download URLs and tampering with artifacts between jobs is more limited.
@@ -61,7 +61,7 @@ jobs:
6161

6262
- id: gh-release
6363
name: Publish GitHub release draft
64-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
64+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
6565
with:
6666
script: |
6767
fs = require('fs')
@@ -106,10 +106,10 @@ jobs:
106106
- name: Publish binary wheel and source tarball on PyPI
107107
# Only attempt pypi upload in upstream repository
108108
if: github.repository == 'secure-systems-lab/securesystemslib'
109-
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
109+
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
110110

111111
- name: Finalize GitHub release
112-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
112+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
113113
with:
114114
script: | # zizmor: ignore[template-injection]
115115
github.rest.repos.updateRelease({

.github/workflows/check-upstream-ed25519.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
echo "output=$output" >> $GITHUB_OUTPUT
3030
fi
3131
- name: Create issue (unless one is open already)
32-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
32+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
3333
if: ${{ steps.test_ed25519.outputs.result == '1' }}
3434
with:
3535
script: | # zizmor: ignore[template-injection]

.github/workflows/test-kms.yml

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

4545
- name: File an issue on failure
4646
if: ${{ failure() }}
47-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
47+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
4848
with:
4949
script: |
5050
const repo = context.repo.owner + "/" + context.repo.repo

0 commit comments

Comments
 (0)