diff --git a/.github/workflows/codacy.yml b/.github/workflows/codacy.yml index 4cc4322..6576c1f 100644 --- a/.github/workflows/codacy.yml +++ b/.github/workflows/codacy.yml @@ -36,11 +36,11 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI - uses: codacy/codacy-analysis-cli-action@d840f886c4bd4edc059706d09c6a1586111c540b + uses: codacy/codacy-analysis-cli-action@09916000460adeeedc96b9704f86deba53e2ad5d with: # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # You can also omit the token and run the tools that support default configurations @@ -56,6 +56,6 @@ jobs: # Upload the SARIF file generated in the previous step - name: Upload SARIF results file - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: results.sarif diff --git a/Dockerfile b/Dockerfile index 5eabe07..8c9e28a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # docker start -i gh2md -FROM ubuntu:20.04 +FROM ubuntu:24.04 ARG local_user=gdha ARG local_id=1000 SHELL ["/bin/bash", "-o", "pipefail", "-c"]