Skip to content

Commit

Permalink
Merge branch 'main' into renovate/ossf-scorecard-action-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored May 23, 2024
2 parents 5f70bac + c453716 commit 37bff4a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
id: "setSHAs"
uses: "nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03" # v4
uses: "nrwl/nx-set-shas@40f1175ceec169e68c9857c27aa7c5063692aa9a" # v4

- name: "Setup resources and environment"
id: "setup"
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
id: "setSHAs"
uses: "nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03" # v4
uses: "nrwl/nx-set-shas@40f1175ceec169e68c9857c27aa7c5063692aa9a" # v4

- name: "Setup resources and environment"
id: "setup"
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:

- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
id: "setSHAs"
uses: "nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03" # v4
uses: "nrwl/nx-set-shas@40f1175ceec169e68c9857c27aa7c5063692aa9a" # v4

- name: "Setup resources and environment"
id: "setup"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/require-allow-edits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
with:
egress-policy: "audit"

- uses: "ljharb/require-allow-edits@2bf6dc5607979ae0e3f8739b9f9a4018e024b9a0" # main
- uses: "ljharb/require-allow-edits@13f90bc8cc5de000f2b44a0e2c3a11d108e8cd9f" # main
with:
pull_number: "${{ github.event.pull_request.number }}"
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: "actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3" # v4.3.1
uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808" # v4.3.3
with:
name: "SARIF file"
path: "results.sarif"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
egress-policy: "audit"

- name: "Wait for tests to succeed"
uses: "lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f" # v1.3.3
uses: "lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc" # v1.3.4
timeout-minutes: 20
with:
ref: "${{ github.event.pull_request.head.sha || github.sha }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: "Derive appropriate SHAs for base and head for `nx affected` commands"
id: "setSHAs"
uses: "nrwl/nx-set-shas@76907e7e5d3cd17ddb5e2b123389f054bffcdd03" # v4
uses: "nrwl/nx-set-shas@40f1175ceec169e68c9857c27aa7c5063692aa9a" # v4

- name: "Setup resources and environment"
id: "setup"
Expand Down
7 changes: 7 additions & 0 deletions packages/semantic-release-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## @anolilab/semantic-release-preset [8.1.0](https://github.com/anolilab/semantic-release/compare/@anolilab/semantic-release-preset@8.0.3...@anolilab/semantic-release-preset@8.1.0) (2024-05-23)


### Features

* moved semantic-release preset, added new presets for yarn and pnpm ([#26](https://github.com/anolilab/semantic-release/issues/26)) ([7c057c4](https://github.com/anolilab/semantic-release/commit/7c057c45977c00a06c057a360a13a7f1993d808d))

## @anolilab/semantic-release-preset [8.0.3](https://github.com/anolilab/javascript-style-guide/compare/@anolilab/semantic-release-preset@8.0.2...@anolilab/semantic-release-preset@8.0.3) (2023-12-22)


Expand Down

0 comments on commit 37bff4a

Please sign in to comment.