diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 17d1396..463feca 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,7 +28,7 @@ jobs: with: version: "latest" # or pin to an specific version, e.g. "v0.6.10" - name: Checkout - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # ratchet:actions/checkout@v4 + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # ratchet:actions/checkout@v4 - id: "auth" name: "Authenticate to Google Cloud" if: github.ref == 'refs/heads/main' @@ -106,7 +106,7 @@ jobs: - dev-gcp - prod-gcp steps: - - uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" + - uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b" - uses: nais/deploy/actions/deploy@v2 name: Deploy topic collector env: @@ -125,7 +125,7 @@ jobs: - dev-gcp - prod-gcp steps: - - uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" + - uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b" - uses: nais/deploy/actions/deploy@v2 name: Deploy to ${{ matrix.cluster }} env: @@ -144,7 +144,7 @@ jobs: - dev-fss - prod-fss steps: - - uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" + - uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b" - uses: nais/deploy/actions/deploy@v2 name: Deploy to ${{ matrix.cluster }} env: @@ -158,7 +158,7 @@ jobs: needs: build if: github.ref == 'refs/heads/main' steps: - - uses: "actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b" + - uses: "actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b" - uses: nais/deploy/actions/deploy@v2 name: Deploy topic and persist application to prod-gcp env: