diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 73f50df..558cf90 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install tooling run: | @@ -45,7 +45,7 @@ jobs: - name: Upload SwiftLint SARIF if: ${{ always() && !cancelled() && hashFiles('swiftlint.sarif') != '' }} - uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # 4.37.3 with: sarif_file: swiftlint.sarif category: swiftlint @@ -58,7 +58,7 @@ jobs: echo -n "$APP_STORE_CONNECT_PRIVATE_KEY" > ~/private_keys/AuthKey_${{ secrets.APP_STORE_CONNECT_KEY_ID }}.p8 - name: Swift Package Manager cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .build key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f10722..d67c162 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Get ORLib spec information id: orlib_spec