Compare commits

..

2 Commits

Author SHA1 Message Date
Reuf Rujevic
88487d7fb2 Merge 9f3389d48e into 5656298164 2026-02-28 09:00:54 +00:00
Reuf Rujevic
9f3389d48e Create Kero-u
Notify me to reufrujevic750@gmail.com
2023-02-03 21:56:57 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java, ruby
@@ -28,7 +28,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java).
# If this step fails, then you should remove it and run the build manually (see below).
- name: Autobuild
uses: github/codeql-action/autobuild@v4
uses: github/codeql-action/autobuild@v3
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -42,4 +42,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
uses: github/codeql-action/analyze@v3

1
Kero-u Normal file
View File

@@ -0,0 +1 @@