Skip to content

Conversation

@djbrown
Copy link
Contributor

@djbrown djbrown commented Mar 24, 2023

I really struggleded several days with this and thankfully i found #77 (comment)
big thanks to @sethvargo
as @dobromyslov already said, this should be documented
so I went ahead and created added a paragrah for this use case

@djbrown djbrown requested a review from a team as a code owner March 24, 2023 10:45
@djbrown djbrown requested review from sethvargo and verbanicm March 24, 2023 10:45
djbrown added 2 commits March 24, 2023 11:49
backreference to previous step

Signed-off-by: Daniel Brown <[email protected]>
Signed-off-by: Daniel Brown <[email protected]>
@sethvargo sethvargo merged commit 5431d4a into google-github-actions:main Mar 24, 2023
@djbrown djbrown deleted the patch-1 branch March 24, 2023 16:17
sethvargo pushed a commit that referenced this pull request Apr 17, 2023
## What's Changed
* fix: update doc versions by @verbanicm in
#240
* Only emit a warning if the envvar has changed by @sethvargo in
#245
* Update CI and deps by @sethvargo in
#248
* Document possible issues with org policies by @sethvargo in
#258
* Updated troubleshooting to add permissions example by @bseib in
#262
* Note that Firebase Admin Node.js SDK doesn't support WLIF by
@kevinthecheung in
#268
* chore: update dependencies (automated) by @verbanicm in
#274
* Document admission for all repos of an owner by @djbrown in
#279
* Switch to pull non-secret values from env by @sethvargo in
#288
* Emit a diff of each environment variable by @sethvargo in
#296
* Enable default retries of 3 retry attempts at 250ms backoff by
@sethvargo in #294

## New Contributors
* @bseib made their first contribution in
#262
* @kevinthecheung made their first contribution in
#268
* @djbrown made their first contribution in
#279

**Full Changelog**:
v1.0.0...41d8fa4
ianlewis referenced this pull request in slsa-framework/slsa-github-generator Apr 18, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
patch | `v3.5.0` -> `v3.5.2` |
| [github/codeql-action](https://togithub.com/github/codeql-action) |
action | patch | `v2.2.11` -> `v2.2.12` |
|
[google-github-actions/auth](https://togithub.com/google-github-actions/auth)
| action | minor | `v1.0.0` -> `v1.1.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>actions/checkout</summary>

###
[`v3.5.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v352)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.1...v3.5.2)

- [Fix api endpoint for
GHES](https://togithub.com/actions/checkout/pull/1289)

###
[`v3.5.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v351)

[Compare
Source](https://togithub.com/actions/checkout/compare/v3.5.0...v3.5.1)

- [Fix slow checkout on
Windows](https://togithub.com/actions/checkout/pull/1246)

</details>

<details>
<summary>github/codeql-action</summary>

###
[`v2.2.12`](https://togithub.com/github/codeql-action/compare/v2.2.11...v2.2.12)

[Compare
Source](https://togithub.com/github/codeql-action/compare/v2.2.11...v2.2.12)

</details>

<details>
<summary>google-github-actions/auth</summary>

###
[`v1.1.0`](https://togithub.com/google-github-actions/auth/releases/tag/v1.1.0)

[Compare
Source](https://togithub.com/google-github-actions/auth/compare/v1.0.0...v1.1.0)

##### What's Changed

- fix: update doc versions by
[@&#8203;verbanicm](https://togithub.com/verbanicm) in
[https://github.com/google-github-actions/auth/pull/240](https://togithub.com/google-github-actions/auth/pull/240)
- Only emit a warning if the envvar has changed by
[@&#8203;sethvargo](https://togithub.com/sethvargo) in
[https://github.com/google-github-actions/auth/pull/245](https://togithub.com/google-github-actions/auth/pull/245)
- Update CI and deps by
[@&#8203;sethvargo](https://togithub.com/sethvargo) in
[https://github.com/google-github-actions/auth/pull/248](https://togithub.com/google-github-actions/auth/pull/248)
- Document possible issues with org policies by
[@&#8203;sethvargo](https://togithub.com/sethvargo) in
[https://github.com/google-github-actions/auth/pull/258](https://togithub.com/google-github-actions/auth/pull/258)
- Updated troubleshooting to add permissions example by
[@&#8203;bseib](https://togithub.com/bseib) in
[https://github.com/google-github-actions/auth/pull/262](https://togithub.com/google-github-actions/auth/pull/262)
- Note that Firebase Admin Node.js SDK doesn't support WLIF by
[@&#8203;kevinthecheung](https://togithub.com/kevinthecheung) in
[https://github.com/google-github-actions/auth/pull/268](https://togithub.com/google-github-actions/auth/pull/268)
- chore: update dependencies (automated) by
[@&#8203;verbanicm](https://togithub.com/verbanicm) in
[https://github.com/google-github-actions/auth/pull/274](https://togithub.com/google-github-actions/auth/pull/274)
- Document admission for all repos of an owner by
[@&#8203;djbrown](https://togithub.com/djbrown) in
[https://github.com/google-github-actions/auth/pull/279](https://togithub.com/google-github-actions/auth/pull/279)
- Switch to pull non-secret values from env by
[@&#8203;sethvargo](https://togithub.com/sethvargo) in
[https://github.com/google-github-actions/auth/pull/288](https://togithub.com/google-github-actions/auth/pull/288)
- Emit a diff of each environment variable by
[@&#8203;sethvargo](https://togithub.com/sethvargo) in
[https://github.com/google-github-actions/auth/pull/296](https://togithub.com/google-github-actions/auth/pull/296)
- Enable default retries of 3 retry attempts at 250ms backoff by
[@&#8203;sethvargo](https://togithub.com/sethvargo) in
[https://github.com/google-github-actions/auth/pull/294](https://togithub.com/google-github-actions/auth/pull/294)
- Release: v1.1.0 by
[@&#8203;google-github-actions-bot](https://togithub.com/google-github-actions-bot)
in
[https://github.com/google-github-actions/auth/pull/297](https://togithub.com/google-github-actions/auth/pull/297)

##### New Contributors

- [@&#8203;bseib](https://togithub.com/bseib) made their first
contribution in
[https://github.com/google-github-actions/auth/pull/262](https://togithub.com/google-github-actions/auth/pull/262)
- [@&#8203;kevinthecheung](https://togithub.com/kevinthecheung) made
their first contribution in
[https://github.com/google-github-actions/auth/pull/268](https://togithub.com/google-github-actions/auth/pull/268)
- [@&#8203;djbrown](https://togithub.com/djbrown) made their first
contribution in
[https://github.com/google-github-actions/auth/pull/279](https://togithub.com/google-github-actions/auth/pull/279)

**Full Changelog**:
google-github-actions/auth@v1.0.0...v1.1.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/slsa-framework/slsa-github-generator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4zMS40IiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->

Signed-off-by: Renovate Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants