Skip to content

Commit

Permalink
github/workflows/codeql: don't use fully qualified tags here
Browse files Browse the repository at this point in the history
I don't know what's going on, let's just follow the recommendation.
  • Loading branch information
fsouza committed May 27, 2022
1 parent 57d0890 commit cfbcaa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
uses: actions/checkout@v3.0.2

- name: Initialize CodeQL
uses: github/codeql-action/init@v2.9.2
uses: github/codeql-action/init@v2

- name: Autobuild
uses: github/codeql-action/autobuild@v2.9.2
uses: github/codeql-action/autobuild@v2

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.9.2
uses: github/codeql-action/analyze@v2

0 comments on commit cfbcaa3

Please sign in to comment.