Update pinned version hashes that are suddenly causing CI failures
This commit is contained in:
2
.github/workflows/kics.yml
vendored
2
.github/workflows/kics.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
name: Check out source code
|
name: Check out source code
|
||||||
|
|
||||||
- name: run a KICS scan
|
- name: run a KICS scan
|
||||||
uses: checkmarx/kics-github-action@63fca4ca72e56edbb5a599ee756e6af1fdb1e785
|
uses: checkmarx/kics-github-action@05aa5eb70eede1355220f4ca5238d96b397e30a6
|
||||||
with:
|
with:
|
||||||
path: .
|
path: .
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- uses: mamba-org/setup-micromamba@4d84239119b14cba1690b971f05c0bab912bea04
|
- uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462
|
||||||
with:
|
with:
|
||||||
micromamba-version: '2.4.0-0'
|
micromamba-version: '2.4.0-0'
|
||||||
environment-file: ci/conda.yml
|
environment-file: ci/conda.yml
|
||||||
|
|||||||
4
.github/workflows/molecule.yml
vendored
4
.github/workflows/molecule.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Get PR files and build role matrix
|
- name: Get PR files and build role matrix
|
||||||
id: make-matrix
|
id: make-matrix
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
|
||||||
with:
|
with:
|
||||||
script: |
|
script: |
|
||||||
if (!context.payload.pull_request?.number) {
|
if (!context.payload.pull_request?.number) {
|
||||||
@@ -64,7 +64,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: "Set up micromamba"
|
- name: "Set up micromamba"
|
||||||
uses: mamba-org/setup-micromamba@4d84239119b14cba1690b971f05c0bab912bea04
|
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462
|
||||||
if: ${{ matrix.role != '__no_role__' }}
|
if: ${{ matrix.role != '__no_role__' }}
|
||||||
with:
|
with:
|
||||||
micromamba-version: '2.4.0-0'
|
micromamba-version: '2.4.0-0'
|
||||||
|
|||||||
Reference in New Issue
Block a user