Skip to content

Commit e780002

Browse files
chore(github-actions): bump the all-version-updates group with 3 updates (#136)
Bumps the all-version-updates group with 3 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) and [JS-DevTools/npm-publish](https://github.com/js-devtools/npm-publish). Updates `equinor/ops-actions/.github/workflows/zizmor-codeql.yml` from 9.32.1 to 9.33.0 - [Release notes](https://github.com/equinor/ops-actions/releases) - [Changelog](https://github.com/equinor/ops-actions/blob/main/CHANGELOG.md) - [Commits](equinor/ops-actions@c096742...4b121f6) Updates `equinor/ops-actions/.github/workflows/commitlint.yml` from 9.32.1 to 9.33.0 - [Release notes](https://github.com/equinor/ops-actions/releases) - [Changelog](https://github.com/equinor/ops-actions/blob/main/CHANGELOG.md) - [Commits](equinor/ops-actions@c096742...4b121f6) Updates `JS-DevTools/npm-publish` from 4.1.4 to 4.1.5 - [Release notes](https://github.com/js-devtools/npm-publish/releases) - [Changelog](https://github.com/JS-DevTools/npm-publish/blob/main/CHANGELOG.md) - [Commits](JS-DevTools/npm-publish@4ce4bd0...0fd2f43) --- updated-dependencies: - dependency-name: equinor/ops-actions/.github/workflows/zizmor-codeql.yml dependency-version: 9.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-version-updates - dependency-name: equinor/ops-actions/.github/workflows/commitlint.yml dependency-version: 9.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-version-updates - dependency-name: JS-DevTools/npm-publish dependency-version: 4.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-version-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 473d757 commit e780002

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions: {}
1111
jobs:
1212
zizmor:
1313
name: Run zizmor
14-
uses: equinor/ops-actions/.github/workflows/zizmor-codeql.yml@c096742f0e74f7edbccc01c38020050894425506 # v9.32.1
14+
uses: equinor/ops-actions/.github/workflows/zizmor-codeql.yml@4b121f6dc31fdcc90ba501843d31292c20f86eaf # v9.33.0
1515
with:
1616
config_file: .github/zizmor.yml
1717
permissions:

.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@c096742f0e74f7edbccc01c38020050894425506 # 9.32.1
18+
uses: equinor/ops-actions/.github/workflows/commitlint.yml@4b121f6dc31fdcc90ba501843d31292c20f86eaf # 9.33.0
1919
with:
2020
message: ${{ github.event.pull_request.title }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build library
2525
run: npm run build-lib
2626
- name: Publish package
27-
uses: JS-DevTools/npm-publish@4ce4bd0f334d5316473155078da1955d42148494
27+
uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f
2828
with:
2929
token: ${{ secrets.NPM_TOKEN}}
3030
access: public

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run build-lib
4141
- name: Publish package
4242
if: ${{ steps.release.outputs.release_created }}
43-
uses: JS-DevTools/npm-publish@4ce4bd0f334d5316473155078da1955d42148494
43+
uses: JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f
4444
with:
4545
token: ${{ secrets.NPM_TOKEN}}
4646
access: public

0 commit comments

Comments
 (0)