diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6f50b031..f4d2858c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2 + uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -53,7 +53,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2 + uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 # ℹī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -67,4 +67,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2 + uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8 diff --git a/.github/workflows/deploy-to-development-premium.yml b/.github/workflows/deploy-to-development-premium.yml index acb268ea..cdb9689e 100644 --- a/.github/workflows/deploy-to-development-premium.yml +++ b/.github/workflows/deploy-to-development-premium.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-session-name: github-actions-talk-brave-com-${{ github.run_id }} diff --git a/.github/workflows/deploy-to-development2-premium.yml b/.github/workflows/deploy-to-development2-premium.yml index 308d3b04..a78ffe9b 100644 --- a/.github/workflows/deploy-to-development2-premium.yml +++ b/.github/workflows/deploy-to-development2-premium.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-session-name: github-actions-talk-brave-com-${{ github.run_id }} diff --git a/.github/workflows/deploy-to-development3-premium.yml b/.github/workflows/deploy-to-development3-premium.yml index c19d012e..51e52306 100644 --- a/.github/workflows/deploy-to-development3-premium.yml +++ b/.github/workflows/deploy-to-development3-premium.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-session-name: github-actions-talk-brave-com-${{ github.run_id }} diff --git a/.github/workflows/deploy-to-production-premium.yml b/.github/workflows/deploy-to-production-premium.yml index 356c470e..6bbac477 100644 --- a/.github/workflows/deploy-to-production-premium.yml +++ b/.github/workflows/deploy-to-production-premium.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-session-name: github-actions-talk-brave-com-${{ github.run_id }} diff --git a/.github/workflows/deploy-to-staging-premium.yml b/.github/workflows/deploy-to-staging-premium.yml index a7485ee2..59c874c1 100644 --- a/.github/workflows/deploy-to-staging-premium.yml +++ b/.github/workflows/deploy-to-staging-premium.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Configure aws credentials - uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2 + uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 with: role-to-assume: ${{ secrets.AWS_ROLE_ARN }} role-session-name: github-actions-talk-brave-com-${{ github.run_id }}