Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update github actions #437

Merged
merged 1 commit into from
Jan 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
fi

- name: Create k8s Kind Cluster
uses: helm/kind-action@ae94020eaf628e9b9b9f341a10cc0cdcf5c018fb # v1.11.0
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
if: ${{ steps.list-changed.outputs.changed == 'true' }}
with:
cluster_name: kind-cluster-k8s-${{ matrix.k8s-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{ always() }}
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: MegaLinter reports
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release Charts

on:

Check warning on line 3 in .github/workflows/release.yaml

View workflow job for this annotation

GitHub Actions / lint

3:1 [truthy] truthy value should be one of [false, true]
push:
branches:
- master
Expand All @@ -25,7 +25,7 @@
git config --global --add safe.directory /__w/charts/charts

- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Check warning on line 28 in .github/workflows/release.yaml

View workflow job for this annotation

GitHub Actions / lint

28:73 [comments] too few spaces before comment
with:
fetch-depth: 0

Expand All @@ -46,7 +46,7 @@
run: generate-chart-changelog.sh

- name: Run chart-releaser
uses: helm/chart-releaser-action@a917fd15b20e8b64b94d9158ad54cd6345335584 # v1.6.0

Check warning on line 49 in .github/workflows/release.yaml

View workflow job for this annotation

GitHub Actions / lint

49:83 [comments] too few spaces before comment
with:
config: .github/ct/ct.yaml
env:
Expand Down Expand Up @@ -80,7 +80,7 @@
kubescape scan framework mitre --format=html --output=kubescape-reports/mitre.html charts/

- name: "Upload kubescape reports"
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0

Check warning on line 83 in .github/workflows/release.yaml

View workflow job for this annotation

GitHub Actions / lint

83:80 [comments] too few spaces before comment
with:
name: kubescape-reports
path: kubescape-reports/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-24.04
if: ${{ github.repository == 'miracum/charts' }}
steps:
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
- uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1
id: app-token
with:
app-id: ${{ secrets.RENOVATE_APP_ID }}
Expand All @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0

- name: Self-hosted Renovate
uses: renovatebot/github-action@e3a862510f27d57a380efb11f0b52ad7e8dbf213 # v41.0.6
uses: renovatebot/github-action@2be773c4be8361d8182cc1b750e75bbc75af71b0 # v41.0.7
with:
token: "${{ steps.app-token.outputs.token }}"
mount-docker-socket: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# policy, and support documentation.

name: Scorecards supply-chain security
on:

Check warning on line 6 in .github/workflows/scorecards.yaml

View workflow job for this annotation

GitHub Actions / lint

6:1 [truthy] truthy value should be one of [false, true]
# For Branch-Protection check. Only the default branch is supported. See
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
branch_protection_rule:
Expand Down Expand Up @@ -32,12 +32,12 @@

steps:
- name: "Checkout code"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

Check warning on line 35 in .github/workflows/scorecards.yaml

View workflow job for this annotation

GitHub Actions / lint

35:73 [comments] too few spaces before comment
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0

Check warning on line 40 in .github/workflows/scorecards.yaml

View workflow job for this annotation

GitHub Actions / lint

40:78 [comments] too few spaces before comment
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -59,14 +59,14 @@
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0

Check warning on line 62 in .github/workflows/scorecards.yaml

View workflow job for this annotation

GitHub Actions / lint

62:80 [comments] too few spaces before comment
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0

Check warning on line 70 in .github/workflows/scorecards.yaml

View workflow job for this annotation

GitHub Actions / lint

70:90 [comments] too few spaces before comment
with:
sarif_file: results.sarif
Loading