Gitweb links:
...log
http://git.netsurf-browser.org/libcss.git/shortlog/c50c0fa02884f3a18cad038ceb24ce1299108a4e
...commit
http://git.netsurf-browser.org/libcss.git/commit/c50c0fa02884f3a18cad038ceb24ce1299108a4e
...tree
http://git.netsurf-browser.org/libcss.git/tree/c50c0fa02884f3a18cad038ceb24ce1299108a4e
The branch, master has been updated
via c50c0fa02884f3a18cad038ceb24ce1299108a4e (commit)
from e82041b45983e37384921836a29a7f11c30c66bf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libcss.git/commit/?id=c50c0fa02884f3a18cad038ceb24ce1299108a4e
commit c50c0fa02884f3a18cad038ceb24ce1299108a4e
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
ci: codeql: Update action version to v4
diff --git a/.github/workflows/static-analysis.yaml
b/.github/workflows/static-analysis.yaml
index bf789c4..c313437 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -45,9 +45,8 @@ jobs:
ns-clone -d -s
ns-make-libs install
- # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
@@ -58,4 +57,4 @@ jobs:
make -j"$(nproc)"
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/static-analysis.yaml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/static-analysis.yaml
b/.github/workflows/static-analysis.yaml
index bf789c4..c313437 100644
--- a/.github/workflows/static-analysis.yaml
+++ b/.github/workflows/static-analysis.yaml
@@ -45,9 +45,8 @@ jobs:
ns-clone -d -s
ns-make-libs install
- # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
@@ -58,4 +57,4 @@ jobs:
make -j"$(nproc)"
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
--
Cascading Style Sheets library