1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-10-29 00:54:50 +03:00

ci/GHA: bump github/codeql-action and actions/cache

- bump github/codeql-action from 3.30.3 to 3.30.4
- bump actions/cache from 4.2.4 to 4.3.0

Closes #1681
Closes #1682
This commit is contained in:
dependabot[bot]
2025-09-25 19:45:04 +00:00
committed by Viktor Szakats
parent cd37b7047f
commit 08f5df3c0e
2 changed files with 12 additions and 12 deletions

View File

@@ -316,7 +316,7 @@ jobs:
- name: 'cache mbedTLS' - name: 'cache mbedTLS'
if: ${{ matrix.crypto == 'mbedTLS-from-source' }} if: ${{ matrix.crypto == 'mbedTLS-from-source' }}
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: cache-mbedtls id: cache-mbedtls
with: with:
path: ~/usr path: ~/usr
@@ -367,7 +367,7 @@ jobs:
- name: 'cache BoringSSL' - name: 'cache BoringSSL'
if: ${{ matrix.crypto == 'BoringSSL' }} if: ${{ matrix.crypto == 'BoringSSL' }}
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: cache-boringssl id: cache-boringssl
with: with:
path: ~/usr path: ~/usr
@@ -389,7 +389,7 @@ jobs:
- name: 'cache AWS-LC' - name: 'cache AWS-LC'
if: ${{ matrix.crypto == 'AWS-LC' }} if: ${{ matrix.crypto == 'AWS-LC' }}
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: cache-aws-lc id: cache-aws-lc
with: with:
path: ~/usr path: ~/usr
@@ -407,7 +407,7 @@ jobs:
- name: 'cache LibreSSL' - name: 'cache LibreSSL'
if: ${{ matrix.crypto == 'LibreSSL' }} if: ${{ matrix.crypto == 'LibreSSL' }}
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: cache-libressl id: cache-libressl
with: with:
path: ~/usr path: ~/usr
@@ -427,7 +427,7 @@ jobs:
- name: 'cache OpenSSL' - name: 'cache OpenSSL'
if: ${{ matrix.crypto == 'OpenSSL-3-no-deprecated' }} if: ${{ matrix.crypto == 'OpenSSL-3-no-deprecated' }}
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: cache-openssl id: cache-openssl
with: with:
path: ~/usr path: ~/usr
@@ -445,7 +445,7 @@ jobs:
- name: 'cache OpenSSL 1.1.1' - name: 'cache OpenSSL 1.1.1'
if: ${{ matrix.crypto == 'OpenSSL-111-from-source' }} if: ${{ matrix.crypto == 'OpenSSL-111-from-source' }}
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: cache-openssl111 id: cache-openssl111
with: with:
path: ~/usr path: ~/usr
@@ -462,7 +462,7 @@ jobs:
- name: 'cache OpenSSL 1.1.0' - name: 'cache OpenSSL 1.1.0'
if: ${{ matrix.crypto == 'OpenSSL-110-from-source' }} if: ${{ matrix.crypto == 'OpenSSL-110-from-source' }}
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: cache-openssl110 id: cache-openssl110
with: with:
path: ~/usr path: ~/usr
@@ -479,7 +479,7 @@ jobs:
- name: 'cache OpenSSL 1.0.2' - name: 'cache OpenSSL 1.0.2'
if: ${{ matrix.crypto == 'OpenSSL-102-from-source' }} if: ${{ matrix.crypto == 'OpenSSL-102-from-source' }}
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
id: cache-openssl102 id: cache-openssl102
with: with:
path: ~/usr path: ~/usr

View File

@@ -33,13 +33,13 @@ jobs:
persist-credentials: false persist-credentials: false
- name: 'initialize' - name: 'initialize'
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3 uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
with: with:
languages: actions languages: actions
queries: security-extended queries: security-extended
- name: 'perform analysis' - name: 'perform analysis'
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3 uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
c: c:
name: 'C' name: 'C'
@@ -67,7 +67,7 @@ jobs:
persist-credentials: false persist-credentials: false
- name: 'initialize' - name: 'initialize'
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3 uses: github/codeql-action/init@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3
with: with:
languages: cpp languages: cpp
build-mode: manual build-mode: manual
@@ -88,4 +88,4 @@ jobs:
fi fi
- name: 'perform analysis' - name: 'perform analysis'
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3 uses: github/codeql-action/analyze@303c0aef88fc2fe5ff6d63d3b1596bfd83dfa1f9 # v3