diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93856202..00ce2eb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: sudo apt-get update sudo apt-get install libcairo2-dev -y - name: checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 - name: test run: make test - name: govulncheck diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 0de62b7c..08797eb4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,7 +57,7 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL