-
Notifications
You must be signed in to change notification settings - Fork 0
Test/important file changes #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
64f6e27
e20bf0d
f8324b6
c62cc90
b3a8d40
51bc591
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -39,7 +39,8 @@ | |||||
| value: ${{ jobs.Get-Settings.outputs.Settings }} | ||||||
|
|
||||||
| permissions: | ||||||
| contents: read # to checkout the repo | ||||||
| contents: read # to checkout the repo | ||||||
| pull-requests: write # to add labels to PRs | ||||||
|
|
||||||
| jobs: | ||||||
| Get-Settings: | ||||||
|
|
@@ -49,13 +50,13 @@ | |||||
| Settings: ${{ steps.Get-Settings.outputs.Settings }} | ||||||
| steps: | ||||||
| - name: Checkout Code | ||||||
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||
| with: | ||||||
| persist-credentials: false | ||||||
| fetch-depth: 0 | ||||||
|
|
||||||
| - name: Get-Settings | ||||||
| uses: PSModule/Get-PSModuleSettings@28c1805d689dc5bfcfba7489e76c34a6d33d7da8 # v1.4.0 | ||||||
| uses: PSModule/Get-PSModuleSettings@feature/important-file-changes | ||||||
|
||||||
| uses: PSModule/Get-PSModuleSettings@feature/important-file-changes | |
| uses: PSModule/Get-PSModuleSettings@v1 |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -67,6 +67,13 @@ | |||||
| id-token: write # to verify the deployment originates from an appropriate source | ||||||
|
|
||||||
| jobs: | ||||||
| Debug: | ||||||
| name: Debug | ||||||
| runs-on: ubuntu-latest | ||||||
| steps: | ||||||
| - name: Debug | ||||||
| uses: PSModule/Debug@main | ||||||
Check warningCode scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action 'Process-PSModule' step
Uses Step Error loading related location Loading
|
||||||
| uses: PSModule/Debug@main | |
| uses: PSModule/Debug@v1 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium