Skip to content

Commit c2fe615

Browse files
Merge pull request #349 from uselagoon/dependabot/github_actions/github-actions-817f15fcea
chore(deps): bump the github-actions group across 1 directory with 3 updates
2 parents f5d8c66 + 0d6635e commit c2fe615

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
labels: ${{ steps.meta.outputs.labels }}
6666

6767
- name: Attest ghcr image
68-
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
68+
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
6969
with:
7070
subject-digest: ${{steps.build-and-push.outputs.digest}}
7171
subject-name: ghcr.io/${{ github.repository }}

.github/workflows/ossf-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
# of the value entered here.
2727
publish_results: true
2828
- name: Upload SARIF results to code scanning
29-
uses: github/codeql-action/upload-sarif@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v3.29.5
29+
uses: github/codeql-action/upload-sarif@9e907b5e64f6b83e7804b09294d44122997950d6 # v3.29.5
3030
with:
3131
sarif_file: results.sarif

.github/workflows/remote-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
envsubst < test-resources/test-suite.kind-config.yaml.tpl > test-resources/test-suite.kind-config.yaml
7777
7878
- name: Create kind cluster
79-
uses: helm/kind-action@v1.13.0
79+
uses: helm/kind-action@v1.14.0
8080
with:
8181
version: v0.24.0
8282
cluster_name: remote-controller

.github/workflows/tag-to-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
gh release upload "${{ github.ref_name }}" sbom.spdx.json
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35-
- uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
35+
- uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
3636
with:
3737
subject-path: sbom.spdx.json

0 commit comments

Comments
 (0)