diff --git a/.github/workflows/pre-main.yml b/.github/workflows/pre-main.yml index d74fe66f2..63edd75be 100644 --- a/.github/workflows/pre-main.yml +++ b/.github/workflows/pre-main.yml @@ -29,7 +29,7 @@ jobs: ignore_paths: vendor - uses: mfinelli/setup-shfmt@1a143389339b48c4b48ae3cdc058f3dbe336a701 # v3.0.2 - run: shfmt -d scripts/*.sh - - uses: crate-ci/typos@51f257b946f503b768e522781f56e9b7b5570d48 # master + - uses: crate-ci/typos@212923e4ff05b7fc2294a204405eec047b807138 # master - uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1 with: file_or_dir: .github/workflows/*.yml config/*.yaml diff --git a/.github/workflows/qe.yml b/.github/workflows/qe.yml index a0e193edc..3bfb4b9fb 100644 --- a/.github/workflows/qe.yml +++ b/.github/workflows/qe.yml @@ -60,7 +60,7 @@ jobs: sudo apt-get install -y python3-pip - name: Setup up k8s cluster - uses: palmsoftware/quick-k8s@v0.0.20 + uses: palmsoftware/quick-k8s@v0.0.21 with: disableDefaultCni: true numControlPlaneNodes: 1 diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index a29947a86..5f51f4a76 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -37,7 +37,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0 + uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1 with: results_file: results.sarif results_format: sarif @@ -59,7 +59,7 @@ jobs: # 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 + uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1 with: name: SARIF file path: results.sarif @@ -68,6 +68,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@9e8d0789d4a0fa9ceb6b1738f7e269594bdd67f0 # v3.28.9 + uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10 with: sarif_file: results.sarif