-
-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
- name: 🏷️ Manage label based on build result | ||
if: ${{ always() && github.event_name == 'pull_request' }} | ||
uses: okineadev/[email protected] | ||
uses: material-extensions/[email protected] | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action '🛠️ Build + Test' step
Uses Step Error loading related location Loading |
||
with: | ||
labels: "❌ failed build" | ||
action: ${{ steps.build.outcome == 'failure' && 'add' || 'remove' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
- name: 🏷️ Manage label based on color check result | ||
if: always() | ||
uses: okineadev/[email protected] | ||
uses: material-extensions/[email protected] | ||
Check warning Code scanning / CodeQL Unpinned tag for a non-immutable Action in workflow Medium
Unpinned 3rd party Action '🎨 Check SVG icon colors' step
Uses Step Error loading related location Loading |
||
with: | ||
labels: "🎨 invalid colors" | ||
action: ${{ steps.color-check.outcome == 'failure' && 'add' || 'remove' }} | ||
|