diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6244359..d8fb2d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest container: 'quay.io/jdanek/cli-cpp_ubi8_upstream' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare ccache timestamp id: ccache_cache_timestamp @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest container: 'quay.io/jdanek/cli-cpp_ubi8_epel' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: bazelisk build //:cli-cpp --enable_bzlmod --verbose_failures --sandbox_debug --experimental_ui_max_stdouterr_bytes=104857600 --//:deps=rpms --//:enable_ccache @@ -50,7 +50,7 @@ jobs: matrix: container: ['quay.io/jdanek/cli-cpp_ubi8_epel', 'quay.io/jdanek/cli-cpp_fedora37_epel'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Create Build Environment working-directory: ${{runner.workspace}} diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index 64ed3cc..b3a1270 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -22,7 +22,7 @@ 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 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 7e525ad..da0e685 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: - run: sudo apt-get install -y libboost-dev libboost-filesystem-dev libboost-system-dev libboost-regex-dev libqpid-proton-cpp12-dev libqpidcommon-dev libqpidmessaging-dev - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/image_build.yaml b/.github/workflows/image_build.yaml index e1709b8..cc1cd51 100644 --- a/.github/workflows/image_build.yaml +++ b/.github/workflows/image_build.yaml @@ -27,7 +27,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: path: cli-cpp