.github/workflows: Switch actions to default branches

Update the Coverity and mail notification workflows to use the
current default branches of the corresponding GitHub Actions.
This commit is contained in:
Gleb Chesnokov
2026-03-12 14:27:39 +03:00
parent f6fc8b7d2a
commit e36e246b22
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
echo "version=$version" >> $GITHUB_OUTPUT
- name: Run Coverity Build
uses: vapier/coverity-scan-action@v1
uses: vapier/coverity-scan-action@main
with:
# Project name in Coverity Scan.
#
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
fi
- name: Send mail
uses: dawidd6/action-send-mail@v3
uses: dawidd6/action-send-mail@master
with:
# Required mail server address:
server_address: smtp.yandex.com