diff --git a/.github/workflows/build-trigger-argo-workflow.yaml b/.github/workflows/build-trigger-argo-workflow.yaml index 2917107e6..e9dbdaa58 100644 --- a/.github/workflows/build-trigger-argo-workflow.yaml +++ b/.github/workflows/build-trigger-argo-workflow.yaml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: diff --git a/.github/workflows/check-drone-signature.yaml b/.github/workflows/check-drone-signature.yaml index 858a7120d..9b704dc5d 100644 --- a/.github/workflows/check-drone-signature.yaml +++ b/.github/workflows/check-drone-signature.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Drone CLI run: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 141ea339a..34cd73c40 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Initialize CodeQL uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index df03c2c0d..bbb150ee1 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - id: lint-pr-title uses: ./actions/lint-pr-title diff --git a/.github/workflows/lint-shared-workflows.yaml b/.github/workflows/lint-shared-workflows.yaml index 54361fb08..1c9c12891 100644 --- a/.github/workflows/lint-shared-workflows.yaml +++ b/.github/workflows/lint-shared-workflows.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Lint with Prettier uses: creyD/prettier_action@31355f8eef017f8aeba2e0bc09d8502b13dbbad1 # v4.3 @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install dependencies run: | diff --git a/.github/workflows/publish-techdocs.yaml b/.github/workflows/publish-techdocs.yaml index e398a9a8a..68d6934b9 100644 --- a/.github/workflows/publish-techdocs.yaml +++ b/.github/workflows/publish-techdocs.yaml @@ -55,11 +55,11 @@ jobs: steps: - id: checkout name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - id: checkout-shared-workflows name: Checkout shared workflows - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: grafana/shared-workflows ref: main diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index d89426b28..4c4c71d9c 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: sparse-checkout: | .github/renovate-config.json diff --git a/.github/workflows/test-find-pr-for-commit.yml b/.github/workflows/test-find-pr-for-commit.yml index 9e0fe0b76..f5a111ce0 100644 --- a/.github/workflows/test-find-pr-for-commit.yml +++ b/.github/workflows/test-find-pr-for-commit.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: ${{ matrix.test_name }} id: test-find-pr-for-commit diff --git a/.github/workflows/test-get-vault-secrets.yaml b/.github/workflows/test-get-vault-secrets.yaml index 6da103b68..40496d9ad 100644 --- a/.github/workflows/test-get-vault-secrets.yaml +++ b/.github/workflows/test-get-vault-secrets.yaml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Test Vault Action id: test-vault-action @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup BATS testing framework uses: mig4/setup-bats@af9a00deb21b5d795cabfeaa8d9060410377686d # v1.2.0 diff --git a/.github/workflows/test-lint-pr-title.yml b/.github/workflows/test-lint-pr-title.yml index 7879b8def..de2ccfff8 100644 --- a/.github/workflows/test-lint-pr-title.yml +++ b/.github/workflows/test-lint-pr-title.yml @@ -28,7 +28,7 @@ jobs: working-directory: actions/lint-pr-title steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install bun package manager uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1 diff --git a/.github/workflows/test-login-to-gar.yaml b/.github/workflows/test-login-to-gar.yaml index c794bafa1..b66f7e933 100644 --- a/.github/workflows/test-login-to-gar.yaml +++ b/.github/workflows/test-login-to-gar.yaml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Test Login to GAR Action id: test-login-to-gar diff --git a/.github/workflows/test-setup-argo.yml b/.github/workflows/test-setup-argo.yml index 0572b9b5a..9cee2831e 100644 --- a/.github/workflows/test-setup-argo.yml +++ b/.github/workflows/test-setup-argo.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: sparse-checkout: | actions/setup-argo diff --git a/.github/workflows/test-techdocs-rewrite-relative-links.yaml b/.github/workflows/test-techdocs-rewrite-relative-links.yaml index bf5d66136..471ca6a3c 100644 --- a/.github/workflows/test-techdocs-rewrite-relative-links.yaml +++ b/.github/workflows/test-techdocs-rewrite-relative-links.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup go uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 diff --git a/actions/argo-lint/action.yaml b/actions/argo-lint/action.yaml index 97f8fa85a..a59fbc19b 100644 --- a/actions/argo-lint/action.yaml +++ b/actions/argo-lint/action.yaml @@ -18,7 +18,7 @@ runs: # https://docs.github.com/en/actions/learn-github-actions/contexts action_repo: "${{ github.action_repository || 'grafana/shared-workflows' }}" action_ref: ${{ github.action_ref }} - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/build-push-to-dockerhub/action.yaml b/actions/build-push-to-dockerhub/action.yaml index d227d381a..023fc3ff9 100644 --- a/actions/build-push-to-dockerhub/action.yaml +++ b/actions/build-push-to-dockerhub/action.yaml @@ -70,7 +70,7 @@ runs: # https://docs.github.com/en/actions/learn-github-actions/contexts action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/dockerhub-login/action.yaml b/actions/dockerhub-login/action.yaml index c415e1218..97ea92f3d 100644 --- a/actions/dockerhub-login/action.yaml +++ b/actions/dockerhub-login/action.yaml @@ -11,7 +11,7 @@ runs: # https://docs.github.com/en/actions/learn-github-actions/contexts action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/push-to-gar-docker/action.yaml b/actions/push-to-gar-docker/action.yaml index f6f1b1a48..df3a2ecf0 100644 --- a/actions/push-to-gar-docker/action.yaml +++ b/actions/push-to-gar-docker/action.yaml @@ -98,7 +98,7 @@ runs: env: action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/push-to-gcs/action.yaml b/actions/push-to-gcs/action.yaml index bdd45b8cd..94c8b8044 100644 --- a/actions/push-to-gcs/action.yaml +++ b/actions/push-to-gcs/action.yaml @@ -45,7 +45,7 @@ runs: env: action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/techdocs-rewrite-relative-links/action.yaml b/actions/techdocs-rewrite-relative-links/action.yaml index b285363cf..cdf684255 100644 --- a/actions/techdocs-rewrite-relative-links/action.yaml +++ b/actions/techdocs-rewrite-relative-links/action.yaml @@ -70,7 +70,7 @@ runs: # so we need to fall back: action_repo: ${{ github.action_repository || 'grafana/shared-workflows' }} action_ref: ${{ github.action_ref || 'main' }} - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }} diff --git a/actions/trigger-argo-workflow/action.yaml b/actions/trigger-argo-workflow/action.yaml index 9de3ed696..4febac170 100644 --- a/actions/trigger-argo-workflow/action.yaml +++ b/actions/trigger-argo-workflow/action.yaml @@ -47,7 +47,7 @@ runs: # https://docs.github.com/en/actions/learn-github-actions/contexts action_repo: ${{ github.action_repository }} action_ref: ${{ github.action_ref }} - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: repository: ${{ env.action_repo }} ref: ${{ env.action_ref }}