Update GitHub Actions versions (#195)

* Update GitHub Actions versions

* Fix Go workflow checkout order

* Refresh apt metadata before installing PAM
This commit is contained in:
Markus Häll
2026-08-18 11:06:50 +02:00
committed by GitHub
parent 8998ab1066
commit a61f9ce30b
3 changed files with 19 additions and 17 deletions

View File

@@ -41,16 +41,16 @@ jobs:
run: sudo apt-get -y install libpam-dev
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v7
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v7
with:
go-version-file: go.mod
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -64,7 +64,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@v3
uses: github/codeql-action/autobuild@v4
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -77,4 +77,4 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4