diff --git a/.github/workflows/auto-update-contributors.yml b/.github/workflows/auto-update-contributors.yml index fdfdbbb..76e2f29 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - 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 1977aa6..b4aee96 100644 --- a/.github/workflows/cache-trunk.yml +++ b/.github/workflows/cache-trunk.yml @@ -20,8 +20,8 @@ jobs: steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Trunk Check - uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1 + uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1 with: check-mode: populate_cache_only diff --git a/.github/workflows/changie-trigger-release.yml b/.github/workflows/changie-trigger-release.yml index 1db04e2..4d8a316 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 # Ensures a full checkout - name: configure-default-git-committer diff --git a/.github/workflows/lint-post-annotations.yml b/.github/workflows/lint-post-annotations.yml index 7e41da8..399d000 100644 --- a/.github/workflows/lint-post-annotations.yml +++ b/.github/workflows/lint-post-annotations.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Trunk Check - uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1.1.16 + uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19 with: post-annotations: true # only for fork PRs diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 658753d..c67b086 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: set-aqua-policy-if-file-exists run: | if [[ -f aqua-policy.yaml ]]; then @@ -41,7 +41,7 @@ jobs: AQUA_LOG_LEVEL: debug AQUA_OPTS: '' - name: trunk-check - uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1.1.16 + uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19 with: arguments: --github-annotate-new-only=true @@ -56,7 +56,7 @@ jobs: GH_TOKEN: ${{ github.token }} GITHUB_REF_BRANCH: ${{ github.ref }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 with: fetch-depth: 0 ref: ${{ env.GITHUB_REF_BRANCH }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 590846f..3fc48be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # https://github.com/magnetikonline/action-golang-cache - name: Setup Golang with cache diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 689207e..d03d1d6 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: set-aqua-policy-if-file-exists run: | if [ -f aqua-policy.yaml ]; then @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1aac805..3dc3e77 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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: set-aqua-policy-if-file-exists run: | if [ -f aqua-policy.yaml ]; then