You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ jobs:
61
61
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
62
62
steps:
63
63
- name: Checkout repository
64
-
uses: actions/checkout@v4
64
+
uses: actions/checkout@v5
65
65
66
66
# Add any setup steps before running the `github/codeql-action/init` action.
67
67
# This includes steps like installing compilers or runtimes (`actions/setup-node`
Copy file name to clipboardExpand all lines: .github/workflows/container_base_push.yml
+11-30Lines changed: 11 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
---
2
-
name: Container Images Releasing
2
+
name: Base Container Image
3
3
4
4
on:
5
5
push:
6
-
tags:
7
-
- 'v[6-9].**'
8
6
branches:
9
7
- 'develop'
10
8
# "Path filters are not evaluated for pushes of tags" https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore
@@ -33,7 +31,7 @@ jobs:
33
31
# Only run in upstream repo - avoid unnecessary runs in forks
0 commit comments