diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d475baa..0e13014 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -24,14 +24,14 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - name: Initialize CodeQL - uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 - with: - languages: go - name: Install Go uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0 with: go-version-file: 'go.mod' + - name: Initialize CodeQL + uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 + with: + languages: go - name: Build run: make - name: Perform CodeQL Analysis diff --git a/go.mod b/go.mod index 99433f4..b03073b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/wjam/aws_finder -go 1.23 +go 1.23.4 require ( github.com/aws/aws-sdk-go-v2 v1.32.7