nss-pam-ldapd branch master updated. 0.9.12-1-g3c9edc1
[Date Prev][
Date Next]
[Thread Prev][
Thread Next]
nss-pam-ldapd branch master updated. 0.9.12-1-g3c9edc1
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org, nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd branch master updated. 0.9.12-1-g3c9edc1
- Date: Sat, 27 Aug 2022 16:42:21 +0200 (CEST)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "nss-pam-ldapd".
The branch, master has been updated
via 3c9edc1bcf97f56ac95219bfda9de16b98462d0e (commit)
from 0507f25a6237b72e4c19c8f2e8ad14a595b36fd5 (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 -----------------------------------------------------------------
https://arthurdejong.org/git/nss-pam-ldapd/commit/?id=3c9edc1bcf97f56ac95219bfda9de16b98462d0e
commit 3c9edc1bcf97f56ac95219bfda9de16b98462d0e
Author: Arthur de Jong <arthur@arthurdejong.org>
Date: Sat Aug 27 15:41:48 2022 +0200
Upgrade to CodeQL Action v2
https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 998293e..507a210 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -80,7 +80,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: cpp, python
- name: Install dependencies
@@ -114,4 +114,4 @@ jobs:
- name: make
run: make
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
nss-pam-ldapd
- nss-pam-ldapd branch master updated. 0.9.12-1-g3c9edc1,
Commits of the nss-pam-ldapd project