diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index c02e150..f346dd6 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -34,7 +34,7 @@ jobs: uses: ./.github/actions/install-tools - name: Initialize CodeQL - uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10 + uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 with: languages: go config-file: ./.github/codeql.yaml @@ -42,6 +42,6 @@ jobs: - run: make build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10 + uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 with: category: "/language:go" diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 5ab72fb..e4fcfd1 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 - name: Install commitlint run: npm install --save-dev @commitlint/{config-conventional,cli} diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index c894988..4a1ee83 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -11,4 +11,4 @@ jobs: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Dependency Review - uses: actions/dependency-review-action@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2 + uses: actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1 diff --git a/.github/workflows/openssf.yaml b/.github/workflows/openssf.yaml index bec9bf8..073eba9 100644 --- a/.github/workflows/openssf.yaml +++ b/.github/workflows/openssf.yaml @@ -27,7 +27,7 @@ jobs: persist-credentials: false - name: Run Analysis - uses: ossf/scorecard-action@05b42c624433fc40578a4040d5cf5e36ddca8cde # v2.4.2 + uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3 with: results_file: results.sarif results_format: sarif @@ -47,13 +47,13 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0 with: name: SARIF file path: results.sarif retention-days: 5 - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10 + uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0 with: sarif_file: results.sarif diff --git a/.github/workflows/release-exec.yaml b/.github/workflows/release-exec.yaml index afc8498..a79dcf0 100644 --- a/.github/workflows/release-exec.yaml +++ b/.github/workflows/release-exec.yaml @@ -39,13 +39,13 @@ jobs: fetch-depth: 0 - name: Download Release Notes - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: release-notes - name: Get pkg app token id: pkg-app-token - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 with: app-id: ${{ vars.PKG_WORKFLOW_GITHUB_APP_ID }} private-key: ${{ secrets.PKG_WORKFLOW_GITHUB_APP_SECRET }} diff --git a/.github/workflows/release-helpers.yaml b/.github/workflows/release-helpers.yaml index f456851..91ff819 100644 --- a/.github/workflows/release-helpers.yaml +++ b/.github/workflows/release-helpers.yaml @@ -39,13 +39,13 @@ jobs: fetch-depth: 0 - name: Download Release Notes - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: release-notes - name: Get pkg app token id: pkg-app-token - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 with: app-id: ${{ vars.PKG_WORKFLOW_GITHUB_APP_ID }} private-key: ${{ secrets.PKG_WORKFLOW_GITHUB_APP_SECRET }} diff --git a/.github/workflows/release-kubernetes.yaml b/.github/workflows/release-kubernetes.yaml index 7cc0835..a1a6af7 100644 --- a/.github/workflows/release-kubernetes.yaml +++ b/.github/workflows/release-kubernetes.yaml @@ -39,13 +39,13 @@ jobs: fetch-depth: 0 - name: Download Release Notes - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: release-notes - name: Get pkg app token id: pkg-app-token - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 with: app-id: ${{ vars.PKG_WORKFLOW_GITHUB_APP_ID }} private-key: ${{ secrets.PKG_WORKFLOW_GITHUB_APP_SECRET }} diff --git a/.github/workflows/release-oci.yaml b/.github/workflows/release-oci.yaml index 7896b95..afaac44 100644 --- a/.github/workflows/release-oci.yaml +++ b/.github/workflows/release-oci.yaml @@ -39,13 +39,13 @@ jobs: fetch-depth: 0 - name: Download Release Notes - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 with: name: release-notes - name: Get pkg app token id: pkg-app-token - uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 with: app-id: ${{ vars.PKG_WORKFLOW_GITHUB_APP_ID }} private-key: ${{ secrets.PKG_WORKFLOW_GITHUB_APP_SECRET }}