diff --git a/.github/workflows/auto-update-contributors.yml b/.github/workflows/auto-update-contributors.yml index 4a8952e..b08ed37 100644 --- a/.github/workflows/auto-update-contributors.yml +++ b/.github/workflows/auto-update-contributors.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Check for existing open contributors pull request id: check_pr diff --git a/.github/workflows/cache-trunk.yml b/.github/workflows/cache-trunk.yml index 9a50b12..11049ac 100644 --- a/.github/workflows/cache-trunk.yml +++ b/.github/workflows/cache-trunk.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Trunk Check uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1 with: diff --git a/.github/workflows/changie-trigger-release.yml b/.github/workflows/changie-trigger-release.yml index 0998f84..26b7cc6 100644 --- a/.github/workflows/changie-trigger-release.yml +++ b/.github/workflows/changie-trigger-release.yml @@ -27,7 +27,7 @@ jobs: name: dependency-release steps: - name: checkout-repo - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 # Ensures a full checkout - name: configure-default-git-committer @@ -45,7 +45,7 @@ jobs: echo "Branch exists. Skipping workflow." echo "BRANCH_ALREADY_EXISTS=true" >> "$GITHUB_OUTPUT" fi - - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 + - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 if: steps.check_branch.outputs.BRANCH_ALREADY_EXISTS == 'false' with: aqua_version: v2.42.2 diff --git a/.github/workflows/conventional-pr.yml b/.github/workflows/conventional-pr.yml index 387be3f..f2347b4 100644 --- a/.github/workflows/conventional-pr.yml +++ b/.github/workflows/conventional-pr.yml @@ -19,7 +19,7 @@ jobs: permissions: pull-requests: read steps: - - uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5 + - uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/lint-post-annotations.yml b/.github/workflows/lint-post-annotations.yml index 03b2455..9507742 100644 --- a/.github/workflows/lint-post-annotations.yml +++ b/.github/workflows/lint-post-annotations.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Trunk Check uses: trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cbb2bd6..cc0e3b2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: contents: read # For repo checkout steps: - name: checkout - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: set-aqua-policy-if-file-exists run: | if [[ -f aqua-policy.yaml ]]; then @@ -31,7 +31,7 @@ jobs: else echo "👉 No aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG" fi - - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 + - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 continue-on-error: true with: aqua_version: v2.42.2 @@ -56,7 +56,7 @@ jobs: GH_TOKEN: ${{ github.token }} GITHUB_REF_BRANCH: ${{ github.ref }} steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 with: fetch-depth: 0 ref: ${{ env.GITHUB_REF_BRANCH }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61c28d0..504a688 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 # https://github.com/magnetikonline/action-golang-cache - name: Setup Golang with cache @@ -30,7 +30,7 @@ jobs: else echo "👉 No aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG" fi - - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 + - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 with: aqua_version: v2.42.2 # working_directory: diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 326ec13..3e69db7 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -21,7 +21,7 @@ jobs: scan: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: set-aqua-policy-if-file-exists run: | if [ -f aqua-policy.yaml ]; then @@ -29,7 +29,7 @@ jobs: else echo "👉 No aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG" fi - - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 + - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 with: aqua_version: v2.42.2 enable_aqua_install: true @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5a8d724..531845a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: # Config Options: https://github.com/actions/stale#list-of-input-options - - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9 + - uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10 with: days-before-stale: 14 days-before-close: 5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5120e35..5fdfe5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: set-aqua-policy-if-file-exists run: | if [[ -f aqua-policy.yaml ]]; then @@ -43,7 +43,7 @@ jobs: else echo "👉 No aqua-policy.yaml or .aqua/aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG" fi - - uses: aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0 + - uses: aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3 with: aqua_version: v2.42.2 enable_aqua_install: true