diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 75c0c933..b8e6e18b 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -55,18 +55,18 @@ jobs: NPM_TOKEN: "" steps: - name: Checkout repository - uses: namespacelabs/nscloud-checkout-action@v8 + uses: namespacelabs/nscloud-checkout-action@v8.1.1 with: fetch-depth: 0 - name: Setup 1Password - uses: 1password/load-secrets-action/configure@v3 + uses: 1password/load-secrets-action/configure@v3.2.1 with: service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: Load all secrets id: secrets - uses: 1password/load-secrets-action@v3 + uses: 1password/load-secrets-action@v3.2.1 with: export-env: true env: @@ -119,7 +119,7 @@ jobs: if: | github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false) - uses: docker/login-action@v3 + uses: docker/login-action@v3.7.0 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -129,7 +129,7 @@ jobs: if: | github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.draft == false) - uses: docker/login-action@v3 + uses: docker/login-action@v3.7.0 with: registry: harbor.settlemint.com username: ${{ env.HARBOR_USER }} @@ -302,17 +302,17 @@ jobs: SLACK_CHANNEL_ID: "" steps: - name: Checkout repository - uses: namespacelabs/nscloud-checkout-action@v8 + uses: namespacelabs/nscloud-checkout-action@v8.1.1 with: fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }} - name: Setup 1Password - uses: 1password/load-secrets-action/configure@v3 + uses: 1password/load-secrets-action/configure@v3.2.1 with: service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: Load Slack secrets - uses: 1password/load-secrets-action@v3 + uses: 1password/load-secrets-action@v3.2.1 env: SLACK_BOT_TOKEN: op://platform/slack-bot/SLACK_BOT_TOKEN SLACK_CHANNEL_ID: op://platform/slack-bot/SLACK_CHANNEL_ID @@ -354,17 +354,17 @@ jobs: SLACK_CHANNEL_ID: "" steps: - name: Checkout repository - uses: namespacelabs/nscloud-checkout-action@v8 + uses: namespacelabs/nscloud-checkout-action@v8.1.1 with: fetch-depth: ${{ github.event_name == 'push' && 2 || 0 }} - name: Setup 1Password - uses: 1password/load-secrets-action/configure@v3 + uses: 1password/load-secrets-action/configure@v3.2.1 with: service-account-token: ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }} - name: Load Slack secrets - uses: 1password/load-secrets-action@v3 + uses: 1password/load-secrets-action@v3.2.1 env: SLACK_BOT_TOKEN: op://platform/slack-bot/SLACK_BOT_TOKEN SLACK_CHANNEL_ID: op://platform/slack-bot/SLACK_CHANNEL_ID