Skip to content

Commit 2367d44

Browse files
chore(deps): bump the github-actions group with 4 updates
Bumps the github-actions group with 4 updates: [github/codeql-action/init](https://github.com/github/codeql-action), [github/codeql-action/analyze](https://github.com/github/codeql-action), [hyperpolymath/a2ml-validate-action](https://github.com/hyperpolymath/a2ml-validate-action) and [hyperpolymath/k9-validate-action](https://github.com/hyperpolymath/k9-validate-action). Updates `github/codeql-action/init` from 4.37.2 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e064762...e4fba86) Updates `github/codeql-action/analyze` from 4.37.2 to 4.37.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@e064762...e4fba86) Updates `hyperpolymath/a2ml-validate-action` from 5468b7ff0f5129a74d25af5f2468df11a706dc70 to 56f6e4f6c9f9396f4b880632f47da33729b1046b - [Release notes](https://github.com/hyperpolymath/a2ml-validate-action/releases) - [Changelog](https://github.com/hyperpolymath/a2ml-validate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyperpolymath/a2ml-validate-action/compare/5468b7ff0f5129a74d25af5f2468df11a706dc70...56f6e4f6c9f9396f4b880632f47da33729b1046b) Updates `hyperpolymath/k9-validate-action` from 08958c9bab64f9941a85938a78122a0d4a3058e8 to 0aedc05171f6cc5cdb1f6140b3deda5c7483539c - [Release notes](https://github.com/hyperpolymath/k9-validate-action/releases) - [Changelog](https://github.com/hyperpolymath/k9-validate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hyperpolymath/k9-validate-action/compare/08958c9bab64f9941a85938a78122a0d4a3058e8...0aedc05171f6cc5cdb1f6140b3deda5c7483539c) --- updated-dependencies: - dependency-name: github/codeql-action/init dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: hyperpolymath/a2ml-validate-action dependency-version: 56f6e4f6c9f9396f4b880632f47da33729b1046b dependency-type: direct:production dependency-group: github-actions - dependency-name: hyperpolymath/k9-validate-action dependency-version: 0aedc05171f6cc5cdb1f6140b3deda5c7483539c dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85f8337 commit 2367d44

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535
- name: Initialize CodeQL
36-
uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v3
36+
uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
3737
with:
3838
languages: ${{ matrix.language }}
3939
build-mode: ${{ matrix.build-mode }}
4040
- name: Perform CodeQL Analysis
41-
uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v3
41+
uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
4242
with:
4343
category: "/language:${{ matrix.language }}"

.github/workflows/dogfood-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fi
3434
- name: Validate A2ML manifests
3535
if: steps.detect.outputs.count > 0
36-
uses: hyperpolymath/a2ml-validate-action@5468b7ff0f5129a74d25af5f2468df11a706dc70 # main
36+
uses: hyperpolymath/a2ml-validate-action@56f6e4f6c9f9396f4b880632f47da33729b1046b # main
3737
with:
3838
path: '.'
3939
strict: 'false'
@@ -77,7 +77,7 @@ jobs:
7777
fi
7878
- name: Validate K9 contracts
7979
if: steps.detect.outputs.k9_count > 0
80-
uses: hyperpolymath/k9-validate-action@08958c9bab64f9941a85938a78122a0d4a3058e8 # main
80+
uses: hyperpolymath/k9-validate-action@0aedc05171f6cc5cdb1f6140b3deda5c7483539c # main
8181
with:
8282
path: '.'
8383
strict: 'false'

0 commit comments

Comments
 (0)