diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 2938bb99..0a880d21 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -51,7 +51,7 @@ jobs: password: ${{ secrets.DOCKERHUB_SECRET }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 with: role-to-assume: arn:aws:iam::292999226676:role/github_actions-falcoctl-ecr aws-region: us-east-1 diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index e88bf370..19191143 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -115,7 +115,7 @@ jobs: id-token: write steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 with: role-to-assume: arn:aws:iam::292999226676:role/github_actions-falcoctl-ecr aws-region: us-east-1 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index e1bdf1e2..e2c25245 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -22,7 +22,7 @@ jobs: cache: 'false' - name: golangci-lint - uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1 + uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0 with: only-new-issues: true version: v1.62.2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c8e286c8..20bd4583 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,7 +29,7 @@ jobs: - name: Run GoReleaser id: run-goreleaser - uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 + uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1 with: distribution: goreleaser version: latest @@ -144,7 +144,7 @@ jobs: id-token: write steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@4fc4975a852c8cd99761e2de1f4ba73402e44dd9 # v4.0.3 + uses: aws-actions/configure-aws-credentials@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0 with: role-to-assume: arn:aws:iam::292999226676:role/github_actions-falcoctl-ecr aws-region: us-east-1