Skip to content

Commit bc975fa

Browse files
chore(deps): update all non-major github action (main) (cloudnative-pg#10314)
This PR contains the following updates: https://github.com/actions/download-artifact `70fc10c` → `3e5f45b` https://github.com/dorny/paths-filter `v3.0.2` → `v3.0.3` https://github.com/github/codeql-action `0d579ff` → `b1bff81` https://github.com/rojopolis/spellcheck-github-actions `0.59.0` → `0.60.0` https://github.com/softprops/action-gh-release `a06a81a` → `153bb8e`
1 parent 15077ba commit bc975fa

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
# Initializes the CodeQL tools for scanning.
7373
- name: Initialize CodeQL
74-
uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
74+
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
7575
with:
7676
languages: "go"
7777
build-mode: manual
@@ -88,6 +88,6 @@ jobs:
8888
make
8989
9090
- name: Perform CodeQL Analysis
91-
uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
91+
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
9292
with:
9393
category: "/language:go"

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ jobs:
550550
rm -fr manifests/operator-manifest.yaml
551551
-
552552
name: Prepare the operator manifest
553-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
553+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
554554
with:
555555
name: operator-manifest.yaml
556556
path: manifests
@@ -2391,7 +2391,7 @@ jobs:
23912391
run: mkdir test-artifacts
23922392

23932393
- name: Download all artifacts to the directory
2394-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
2394+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
23952395
with:
23962396
path: test-artifacts
23972397
pattern: testartifacts-*

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
108108

109109
- name: Check for changes
110-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
110+
uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3.0.3
111111
id: filter
112112
# Remember to add new folders in the operator-changed filter if needed
113113
with:
@@ -913,7 +913,7 @@ jobs:
913913
password: ${{ env.REGISTRY_PASSWORD }}
914914

915915
- name: Download the bundle
916-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
916+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
917917
with:
918918
name: bundle
919919

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
# Upload the results to GitHub's code scanning dashboard (optional).
7575
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7676
- name: "Upload to code-scanning"
77-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
77+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
7878
with:
7979
sarif_file: results.sarif

.github/workflows/release-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
--bundle "releases/cnpg-${VERSION}.sigstore.json" --yes
9898
-
9999
name: Release
100-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
100+
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
101101
with:
102102
body_path: release_notes.md
103103
draft: false
@@ -424,7 +424,7 @@ jobs:
424424
persist-credentials: false
425425

426426
- name: Download the bundle
427-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
427+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
428428
with:
429429
name: bundle
430430

@@ -516,7 +516,7 @@ jobs:
516516
git config user.name "${AUTHOR_NAME}"
517517
-
518518
name: Download the bundle
519-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8
519+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
520520
with:
521521
name: bundle
522522
-

.github/workflows/snyk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
args: --sarif-file-output=snyk-static.sarif
3232

3333
- name: Upload result to GitHub Code Scanning
34-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
34+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
3535
with:
3636
sarif_file: snyk-static.sarif
3737

@@ -44,6 +44,6 @@ jobs:
4444
args: --sarif-file-output=snyk-test.sarif
4545

4646
- name: Upload result to GitHub Code Scanning
47-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
47+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
4848
with:
4949
sarif_file: snyk-test.sarif

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535

3636
- name: Spellcheck
37-
uses: rojopolis/spellcheck-github-actions@79c6662f156bc4faa184a458c39cd672783804b3 # 0.59.0
37+
uses: rojopolis/spellcheck-github-actions@e3cd8e9aec4587ec73bc0e60745aafd45c37aa2e # 0.60.0

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
severity: 'CRITICAL'
2929

3030
- name: Upload Trivy scan results to GitHub Security tab
31-
uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4
31+
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4
3232
with:
3333
sarif_file: 'trivy-results-fs.sarif'

0 commit comments

Comments
 (0)