Skip to content

Commit

Permalink
actions UPDATE CodeQL actions and checkout new version (#2204)
Browse files Browse the repository at this point in the history
* CodeQL actions and checkout

Let's upgrade to the latest versions in order to avoid some warnings.

* Build using latest main from each Actions

Suggested-by: Michal Vasko <mvasko@cesnet.cz>
  • Loading branch information
vjardin authored Mar 20, 2024
1 parent 57f9949 commit b66f025
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@main

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@main
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@main
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion .github/workflows/devel-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@main

- name: Deps-packages
shell: bash
Expand Down

0 comments on commit b66f025

Please sign in to comment.