Skip to content

Commit c5e7cfe

Browse files
build(github-actions): 📦 digest github-actions (#95)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | digest | `692973e` -> `11bd719` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/actions/checkout/badge)](https://securityscorecards.dev/viewer/?uri=github.com/actions/checkout) | | [trunk-io/trunk-action](https://redirect.github.com/trunk-io/trunk-action) | action | patch | `v1.1.16` -> `v1.1.19` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/trunk-io/trunk-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/trunk-io/trunk-action) | | [trunk-io/trunk-action](https://redirect.github.com/trunk-io/trunk-action) | action | digest | `86b68ff` -> `4d5ecc8` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/trunk-io/trunk-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/trunk-io/trunk-action) | --- ### Release Notes <details> <summary>trunk-io/trunk-action (trunk-io/trunk-action)</summary> ### [`v1.1.19`](https://redirect.github.com/trunk-io/trunk-action/releases/tag/v1.1.19) [Compare Source](https://redirect.github.com/trunk-io/trunk-action/compare/v1.1.18...v1.1.19) ##### What's Changed - Upgrade trunk by [@&#8203;trunk-open-pr-bot](https://redirect.github.com/trunk-open-pr-bot) in [https://github.com/trunk-io/trunk-action/pull/264](https://redirect.github.com/trunk-io/trunk-action/pull/264) - Upgrade trunk to 1.22.7 by [@&#8203;trunk-open-pr-bot](https://redirect.github.com/trunk-open-pr-bot) in [https://github.com/trunk-io/trunk-action/pull/265](https://redirect.github.com/trunk-io/trunk-action/pull/265) - Overwrite annotations when running multiple trunk actions by [@&#8203;det](https://redirect.github.com/det) in [https://github.com/trunk-io/trunk-action/pull/266](https://redirect.github.com/trunk-io/trunk-action/pull/266) **Full Changelog**: trunk-io/trunk-action@v1...v1.1.19 ### [`v1.1.18`](https://redirect.github.com/trunk-io/trunk-action/releases/tag/v1.1.18) [Compare Source](https://redirect.github.com/trunk-io/trunk-action/compare/v1.1.17...v1.1.18) ##### What's Changed - Updated several github action dependencies ([#&#8203;183](https://redirect.github.com/trunk-io/trunk-action/issues/183), [#&#8203;209](https://redirect.github.com/trunk-io/trunk-action/issues/209), [#&#8203;231](https://redirect.github.com/trunk-io/trunk-action/issues/231), [#&#8203;261](https://redirect.github.com/trunk-io/trunk-action/issues/261)) - Stops suppressing trunk launcher output ([#&#8203;249](https://redirect.github.com/trunk-io/trunk-action/issues/249)) - Added `labels` input for adding labels to the created PR ([#&#8203;254](https://redirect.github.com/trunk-io/trunk-action/issues/254)) **Full Changelog**: trunk-io/trunk-action@v1.1.17...v1.1.18 ### [`v1.1.17`](https://redirect.github.com/trunk-io/trunk-action/releases/tag/v1.1.17) [Compare Source](https://redirect.github.com/trunk-io/trunk-action/compare/v1.1.16...v1.1.17) ##### What's Changed - Add option to disable LFS checkout ([#&#8203;260](https://redirect.github.com/trunk-io/trunk-action/issues/260)) **Full Changelog**: trunk-io/trunk-action@v1.1.16...v1.1.17 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm,before 3am" in timezone America/Chicago, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DelineaXPM/github-workflows). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08fc9b9 commit c5e7cfe

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/auto-update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 5
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222

2323
- name: Check for existing open contributors pull request
2424
id: check_pr

.github/workflows/cache-trunk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2424
- name: Trunk Check
25-
uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1
25+
uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1
2626
with:
2727
check-mode: populate_cache_only

.github/workflows/changie-trigger-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: dependency-release
2828
steps:
2929
- name: checkout-repo
30-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131
with:
3232
fetch-depth: 0 # Ensures a full checkout
3333
- name: configure-default-git-committer

.github/workflows/lint-post-annotations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
- name: Trunk Check
20-
uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1.1.16
20+
uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19
2121
with:
2222
post-annotations: true # only for fork PRs

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: read # For repo checkout
2424
steps:
2525
- name: checkout
26-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2727
- name: set-aqua-policy-if-file-exists
2828
run: |
2929
if [[ -f aqua-policy.yaml ]]; then
@@ -41,7 +41,7 @@ jobs:
4141
AQUA_LOG_LEVEL: debug
4242
AQUA_OPTS: ''
4343
- name: trunk-check
44-
uses: trunk-io/trunk-action@86b68ffae610a05105e90b1f52ad8c549ef482c2 # v1.1.16
44+
uses: trunk-io/trunk-action@4d5ecc89b2691705fd08c747c78652d2fc806a94 # v1.1.19
4545
with:
4646
arguments: --github-annotate-new-only=true
4747

@@ -56,7 +56,7 @@ jobs:
5656
GH_TOKEN: ${{ github.token }}
5757
GITHUB_REF_BRANCH: ${{ github.ref }}
5858
steps:
59-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
59+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6060
with:
6161
fetch-depth: 0
6262
ref: ${{ env.GITHUB_REF_BRANCH }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 15
1616
steps:
17-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
17+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818

1919
# https://github.com/magnetikonline/action-golang-cache
2020
- name: Setup Golang with cache

.github/workflows/scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
scan:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
24+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2525
- name: set-aqua-policy-if-file-exists
2626
run: |
2727
if [ -f aqua-policy.yaml ]; then
@@ -72,7 +72,7 @@ jobs:
7272

7373
steps:
7474
- name: Checkout repository
75-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
75+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7676

7777
# Initializes the CodeQL tools for scanning.
7878
- name: Initialize CodeQL

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
timeout-minutes: 5
3535
steps:
36-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
36+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3737
- name: set-aqua-policy-if-file-exists
3838
run: |
3939
if [ -f aqua-policy.yaml ]; then

0 commit comments

Comments
 (0)