Skip to content

Commit d752ddb

Browse files
deps: bump the github-actions group with 4 updates (#57)
Bumps the github-actions group with 4 updates: [equinor/ops-actions/.github/workflows/zizmor-codeql.yml](https://github.com/equinor/ops-actions), [equinor/ops-actions/.github/workflows/commitlint.yml](https://github.com/equinor/ops-actions), [equinor/ops-actions/.github/workflows/release-please-manifest.yml](https://github.com/equinor/ops-actions) and [actions/checkout](https://github.com/actions/checkout). Updates `equinor/ops-actions/.github/workflows/zizmor-codeql.yml` from 9.38.1 to 9.38.2 - [Release notes](https://github.com/equinor/ops-actions/releases) - [Changelog](https://github.com/equinor/ops-actions/blob/main/CHANGELOG.md) - [Commits](equinor/ops-actions@492516f...792c28d) Updates `equinor/ops-actions/.github/workflows/commitlint.yml` from 9.38.1 to 9.38.2 - [Release notes](https://github.com/equinor/ops-actions/releases) - [Changelog](https://github.com/equinor/ops-actions/blob/main/CHANGELOG.md) - [Commits](equinor/ops-actions@492516f...792c28d) Updates `equinor/ops-actions/.github/workflows/release-please-manifest.yml` from 9.38.1 to 9.38.2 - [Release notes](https://github.com/equinor/ops-actions/releases) - [Changelog](https://github.com/equinor/ops-actions/blob/main/CHANGELOG.md) - [Commits](equinor/ops-actions@492516f...792c28d) Updates `actions/checkout` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: equinor/ops-actions/.github/workflows/zizmor-codeql.yml dependency-version: 9.38.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: equinor/ops-actions/.github/workflows/commitlint.yml dependency-version: 9.38.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: equinor/ops-actions/.github/workflows/release-please-manifest.yml dependency-version: 9.38.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steinar Hjellvik <38071413+shjellvik@users.noreply.github.com>
1 parent c29cc7d commit d752ddb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/code-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
contents: read
2020
actions: read
2121
security-events: write
22-
uses: equinor/ops-actions/.github/workflows/zizmor-codeql.yml@492516f19214a297c5f9ba6526bedb2a42c775d1 # v9.38.1
22+
uses: equinor/ops-actions/.github/workflows/zizmor-codeql.yml@792c28d178029e9d2b5ae027e3acbe18da89e9ed # v9.38.2

.github/workflows/lint-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
name: Lint PR Title
1616
permissions:
1717
contents: read
18-
uses: equinor/ops-actions/.github/workflows/commitlint.yml@492516f19214a297c5f9ba6526bedb2a42c775d1 # v9.38.1
18+
uses: equinor/ops-actions/.github/workflows/commitlint.yml@792c28d178029e9d2b5ae027e3acbe18da89e9ed # v9.38.2
1919
with:
2020
message: ${{ github.event.pull_request.title }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write # Required to update changelog file
1414
pull-requests: write # Required to create release PRs
15-
uses: equinor/ops-actions/.github/workflows/release-please-manifest.yml@492516f19214a297c5f9ba6526bedb2a42c775d1 # v9.38.1
15+
uses: equinor/ops-actions/.github/workflows/release-please-manifest.yml@792c28d178029e9d2b5ae027e3acbe18da89e9ed # v9.38.2
1616

1717
build-and-publish:
1818
name: Build and publish
@@ -24,7 +24,7 @@ jobs:
2424
packages: write # Required to publish packages to GitHub Packages
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2828
with:
2929
persist-credentials: false
3030

0 commit comments

Comments
 (0)