Skip to content

Commit

Permalink
Merge branch 'main' into fix_third_party_security_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrani authored Sep 18, 2024
2 parents 9dc7e40 + 7dc5a18 commit 0fa125b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
if [ -n "$(git status --porcelain documentation)" ]; then
git add documentation
git commit -m "update license information"
git push
branch_name=${{ github.head_ref }}
git pull origin $branch_name --rebase
git push origin HEAD:$branch_name
fi
- name: Create Bundle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
</p>

<div id="switches">
<!-- Oh well. We can't have nice things. -->
<!-- Oh well. We can't have nice things.
<div id="search-button" class="switch">
<img id="search-icon" height="30" width="30"
src="/graphics/icons/search.png"
alt="&nbsp;[Search www.gnu.org]&nbsp;" />
</div>
<!-- end search button -->
end search button -->

<div id="language-button" class="switch">
<a href="#language-container">
Expand Down

0 comments on commit 0fa125b

Please sign in to comment.