Skip to content

Commit 8e2216f

Browse files
ci: Bump the gh-actions group with 4 updates (#29)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c85d340 commit 8e2216f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Check package
2525
run: pixi run -e build check-wheel
2626
- name: Upload package
27-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
27+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
2828
with:
2929
name: artifact
3030
path: dist/*
@@ -38,7 +38,7 @@ jobs:
3838
id-token: write
3939
environment: pypi
4040
steps:
41-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
41+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
4242
with:
4343
name: artifact
4444
path: dist

.github/workflows/chore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
GITHUB_TOKEN: ${{ github.token }}
2929
- name: Post comment about invalid PR title
3030
if: failure()
31-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
31+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
3232
with:
3333
header: conventional-commit-pr-title
3434
message: |
@@ -47,7 +47,7 @@ jobs:
4747
</details>
4848
- name: Delete comment about invalid PR title
4949
if: success()
50-
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
50+
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
5151
with:
5252
header: conventional-commit-pr-title
5353
delete: true
@@ -60,7 +60,7 @@ jobs:
6060
pull-requests: write
6161
steps:
6262
- name: ${{ github.event_name == 'pull_request_target' && 'Assign labels' || 'Update release draft' }}
63-
uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0
63+
uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1
6464
with:
6565
disable-releaser: ${{ github.event_name == 'pull_request_target' }}
6666
disable-autolabeler: ${{ github.event_name == 'push' }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6464
# format to the repository Actions tab.
6565
- name: "Upload artifact"
66-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
66+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
6767
with:
6868
name: SARIF file
6969
path: results.sarif

0 commit comments

Comments
 (0)