diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index f6774e7..106dc25 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -50,7 +50,7 @@ jobs: # Checkout repository # ------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ------------------------------------------------- # Create environment variables @@ -232,7 +232,7 @@ jobs: # Checkout repository # ------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -359,7 +359,7 @@ jobs: # Checkout repository # ------------------------------------------------- - name: Checkout Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ------------------------------------------------- # Setup Python @@ -577,7 +577,7 @@ jobs: # Checkout repository # ------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ------------------------------------------------- # Create environment variables @@ -766,7 +766,7 @@ jobs: # Checkout repository # ------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ------------------------------------------------- # Create environment variables @@ -1014,7 +1014,7 @@ jobs: # Checkout repository # ------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # ------------------------------------------------- # Create environment variables @@ -1100,7 +1100,7 @@ jobs: # ------------------------------------------------- # Checkout repository # ------------------------------------------------- - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -1252,7 +1252,7 @@ jobs: # ------------------------------------------------- - name: Create GitHub Release if: ${{ env.MODE == 'release' }} - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: "v${{ env.SQLITE3MC_VERSION }}" name: "SQLite3 Multiple Ciphers ${{ env.SQLITE3MC_VERSION }} (based on SQLite ${{ env.SQLITE_VERSION }})" diff --git a/.github/workflows/ci4sqlite3mc.yml b/.github/workflows/ci4sqlite3mc.yml index 093d9c3..9ae6cc9 100644 --- a/.github/workflows/ci4sqlite3mc.yml +++ b/.github/workflows/ci4sqlite3mc.yml @@ -24,7 +24,7 @@ jobs: run: brew install automake if: matrix.os == 'macos-latest' - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Configure run: | autoreconf @@ -48,7 +48,7 @@ jobs: cc_compiler: [gcc] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build artifact # The Github Action for non-x86 CPU # https://github.com/uraimo/run-on-arch-action diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f3a0858..0c128af 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/generate-amalgamation.yml b/.github/workflows/generate-amalgamation.yml index adb3ee2..b338f94 100644 --- a/.github/workflows/generate-amalgamation.yml +++ b/.github/workflows/generate-amalgamation.yml @@ -21,7 +21,7 @@ jobs: # Checkout repository # ------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/update-sqlite.yml b/.github/workflows/update-sqlite.yml index 39d9147..ce51755 100644 --- a/.github/workflows/update-sqlite.yml +++ b/.github/workflows/update-sqlite.yml @@ -51,7 +51,7 @@ jobs: # Checkout repository # ------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0