1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-13 18:14:21 +02:00

Update many of the actions to their latest version (#1731)

* Update many of the actions to their latest version

* Fix CodeQL action

* Use the latest version for all images

* Whoops

* Use Ubuntu for the Peek Icons workflow

* Fix Peek Icons action

* Remove token

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
This commit is contained in:
David Leal
2023-04-28 10:21:27 -06:00
committed by GitHub
parent 70df11eef5
commit 2b9faadbec
10 changed files with 82 additions and 78 deletions

View File

@@ -5,7 +5,7 @@ from build_assets import filehandler, arg_getters, util
def main():
runner = None
try:
args = arg_getters.get_selenium_runner_args(peek_mode=True)
args = arg_getters.get_selenium_runner_args(has_token=False, peek_mode=True)
all_icons = filehandler.get_json_file_content(args.devicon_json_path)
# get only the icon object that has the name matching the pr title